-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
34 lines (34 loc) · 978 Bytes
/
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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Server Ishlamoqda</title>
<style>
.container {
max-width: 600px;
padding: 0 10px;
margin-right: auto;
margin-left: auto;
}
.author {
display: block;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Web Server Ishlamoqda</h1>
<p>
Rust dasturlash tilida yozilgan ko'p tarmoqli Web Server
</p>
<p>
Loyiha Open Sourse
<a href="https://github.com/ismoilovdevml/web-server-rust">Manba kodi</a>
</p>
<i>Developer: <a href="https://github.com/ismoilovdevml">Ismoilovdev</a></i>
</div>
</body>
</html>