-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 754 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 754 Bytes
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 lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>farriers.ru</title>
<style type="text/css" media="screen">
body {
padding: 50px;
font-size: 35px;
font-family: 'helvetica neue', helvetica, arial, sans-serif;
color: rgb(51, 51, 51);
background: rgb(240, 240, 240);
font-weight: lighter;
}
p {margin:0px 0px 0px 0px;padding:0;}
a {color:rgb(51, 51, 51);text-decoration:underline;}
a:hover {text-decoration:underline;color:rgb(68, 140, 203);}
.singleline {text-decoration:line-through;}
</style>
</head>
<body>
<p>FARRIERS.RU</p>
<p>Когда-нибудь здесь будет сайт о ковке.</p>
<p>:D
</body>
</html>