-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
36 lines (33 loc) · 1017 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
35
36
<!DOCTYPE html>
<html>
<head>
<title>Инитум</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<div style="padding: 30px 45px">
<style>
h1 {
line-height: 1.1em;
}
p {
line-height: 1.8em;
}
span {
color: #328090;
background: #FFFCD7;
padding: 3px 5px;
border-radius: 3px;
}
</style>
<h1>Инитум помогает быстро начать вёрстку проекта</h1>
<p style="padding: 15px 0">
Для начала удалите файл <span>/templates/blocks/hello.html</span> и отредактируйте <span>/templates/index.html</span>
</p>
</div>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>