-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 1.02 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Polymath</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="styles/style_1920.css">
<!--<link rel="stylesheet" media="screen and (max-width: 1600px)" href="styles/style_1600.css">
<link rel="stylesheet" media="screen and (max-width: 1360px)" href="styles/style_1360.css">
<link rel="stylesheet" media="screen and (max-width: 1280px)" href="styles/style_1280.css"> -->
</head>
<body>
<p style="text-align: center;"><img src="img/logo8.png" style="margin-top: 200px;"></p>
<p style="text-align: center;">
<input class="area_query" placeholder="Problem..." style="margin-top: 20px;" size="40" maxlength="100">
<input type="button" class="find_button" value="Solve it!" style="margin-left: 20px; margin-top: 20px;">
</p>
<br><br>
<div class="parent">
<div class="navigate"><a href="index.html"><strong>Add solution</strong></a></div>
<div class="navigate"><a href="index.html"><strong>Contacts</strong></a></div>
</div>
</body>
</html>