-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexeu.html
More file actions
36 lines (33 loc) · 1.26 KB
/
indexeu.html
File metadata and controls
36 lines (33 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Aplikacja wyznaczania operacji arytmetyki modularnej-matematyka dyskretna ">
<meta name="keywords" content="matematyka dyskretna pomoce,arytmetyka modularna">
<meta name="author" content="Faustyna Misiura">
<title>Apka modulo</title>
<link rel="stylesheet" href="styleeu.css">
</head>
<body>
<div class="background color">
<div class="background">
<div class="count">
<div class="header">
<div class="euklides"> <a class="euklidesclass" href="euklides.html"> KLIKNIJ TUTAJ! ->algorytm euklidesa</a> </div>
</div>
<div class="form" id="filltheform">
<label>Podaj liczbe </label>
<input type="number" id="modulon">
<label>podaj modulo n <span id ="thisnumber"> </span></label>
<input type="number" id="numberofmodulo">
<button class="button"> Wylicz to !</button>
<p class="overview"> <span class="yournumber"> </span> <span class="n"></span></p>
<p class="answer"></p>
</div>
</div>
</div>
</div>
<script src="scripteu.js"></script>
</body>
</html>