-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
84 lines (68 loc) · 2.29 KB
/
page.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SABER SAVIOR</title>
<link rel="stylesheet" href="css/style.css">
<link rel="author" href="humans.txt">
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<script src="js/min/main-ck.js"></script>
</head>
<body>
<div id="main-wrapper" style=" background:url('img/razors_edge.jpg')center center no-repeat; background-size:cover;">
<header>
<nav>
<!-- <span id="top-logo"></span> -->
<a href="index.html">⇐</a>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Shop</a></li>
</ul>
</nav>
</header>
<section id="page">
<div class="sizer"></div>
<article class="item">
<img src="img/top_logo.png" alt="">
<a href="#">Razors Edge</a>
<p>Texting textung 1 2 3thrizzies</p>
</article>
<article class="item">
<img src="img/test/1.jpg" alt="">
</article>
<article class="item">
<img src="img/test/2.jpg" alt="">
</article>
<article class="item">
<img src="img/test/3.png" alt="">
</article>
<article class="item">
<img src="img/test/4.png" alt="">
</article>
<article class="item">
<img src="img/test/5.png" alt="">
</article>
<article class="item">
<img src="img/test/6.jpg" alt="">
</article>
</section>
<footer>
<div class="footer-wrap">
<img class="ss_script" src="img/ss_script.png" alt="">
<a class="seal" href="#"></a>
<span class="social">
<a href="#" class="fb"></a>
<a href="#" class="tw"></a>
<a href="#" class="tu"></a>
<a href="#" class="insta"></a>
<a href="#" class="ytube"></a>
</span>
</div>
</footer>
</div>
</body>
</html>