-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·52 lines (41 loc) · 1.29 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Hello PostCSS</title>
<meta name="description" content="">
<meta name="keywords" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FAVICONS -->
<!-- FACEBOOK OPEN GRAPH -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:description" content="" />
<meta property="og:type" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="fb:admins" content=""/>
<!-- TWITTER OPEN GRAPH -->
<meta name="twitter:title" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<meta name="twitter:image" content="" />
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
</head>
<body>
<h1>Hello POST CSS</h1>
<div class="lost-container">
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</div>
<div>7</div>
<div>8</div>
</div>
<div class="card">dfsa</div>
<script async src="assets/js/min/scripts.min.js"></script>
</body>
</html>