-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.html
73 lines (39 loc) · 1.95 KB
/
index.html.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
<!DOCTYPE html>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="theplayssite.css.css">
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<html>
<head>
<title>Huge Personalities</title>
</head>
<body>
<!--
<video autoplay loop poster="C:\Users\TheGamingComputer\Dropbox\CODE\The_Plays_Site\video\backvid.mp4" id="bgvid">
<source src="C:\Users\TheGamingComputer\Dropbox\CODE\The_Plays_Site\video\backvid.mp4" type="video/webm">
<source src="C:\Users\TheGamingComputer\Dropbox\CODE\The_Plays_Site\video\backvid.mp4" type="video/mp4">
</video>-->
<!-- <img id="backdrop" src="http://i.imgur.com/4jlQHBT.jpg" alt="Yikes"> -->
<div class="container">
<h1 id="thelogo">Huge Personalities</h1>
</div>
<div class="container" class="row">
<a href="Enter.html.html">
<div class="col-lg-6">
<h2 class="dabtn">ENTER</h2>
</div>
</a>
<a href="#">
<div class="col-lg-6">
<h2 class="dabtn">LOG IN</h2>
</div>
</a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5796ee2485069d69"></script>
</body>
</html>