-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·41 lines (35 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Night Time Industries</title>
<!--CSS-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/bootstrap-light.css">
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<!--/CSS-->
</head>
<body>
<!--DARK OVERLAY-->
<div class="overlay"></div>
<!--/DARK OVERLAY-->
<!--WRAP-->
<div id="wrap">
<!--CONTAINER-->
<div class="container">
<img src="images/paperplane.png" alt="Paper Plane" class="image-align" />
<h1>
<span>We are</span><br/>
<span class="yellow">Night Time</span> Industries
</h1>
<p>Hacking solutions and exploring new technologies for fun and profit.</p>
<p class="copyright">
Produly designed by <a href="https://herowp.com" target="_blank">HeroWP.com</a>.
Copyright © 2017 Night Time Industries, LLC. All rights reserved.
</p>
</div>
<!--/CONTAINER-->
</div>
<!--/WRAP-->
</body>
</html>