-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 2.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bugcraft Studio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="The ultimate Machinima tool">
<link rel="icon" href="" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="stars.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<meta property="og:title" content="Bugcraft Studio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://noggaholic.github.io/" />
<meta property="og:image" content="https://noggaholic.github.io/share.png" />
<meta property="og:description" content="The ultimate Machinima tool" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://noggaholic.github.io/" />
<meta name="twitter:title" content="Bugcraft Studio" />
<meta name="twitter:description" content="The ultimate Machinima tool" />
<meta name="twitter:image" content="https://noggaholic.github.io/share.png" />
</head>
<body>
<header class="container">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<section class="content">
<h1>Bugcraft Studio</h1>
<p class="sub-title">
<strong>The ultimate Machinima tool</strong> <br />
<span>All World of Warcraft versions supported<br />From Alpha 0.5.x to Legion 7.2.x</span>
</p>
<a href="UI.png"><img src="UI.png" alt="" style="width:75%;position:relative;"></a>
<p>
Follow me for updates <br/>
<a href="https://www.twitter.com/k4rliky" target="_blank" class="twitter"><i class="fa fa-twitter fa-3x" aria-hidden="true"></i></a>
<a href="https://www.youtube.com/user/k4rliky/videos" target="_blank" class="youtube"><i class="fa fa-youtube-play fa-3x" aria-hidden="true"></i></a>
</p>
</section>
</header>
</body>
</html>