-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.37 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
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>3STUDIOS</title>
<script src="index.js"></script>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="nav-bar">
<ul>
<li>3STUDIOS</li>
<li>!this website is still under construction!</li>
<li><a href="https://twitter.com/BURN_3STUDIOS">twitter</a>
<style>
a {
font-family: arial;
color: white;
text-decoration: none;
}
a:hover {
color: #e2ba06;
font-weight: bold;
}
</style>
</ul>
</div>
<div class="ad">
<h1>thanks for 50 subscribers</h1>
<p>love you guys!</p>
</div>
<div class="news">
<h1>NEWS</h1>
<h2>weekly destiny stream</h2>
<p>I'd better get myself some watter because this game is dry as fuck. So i'll be (tring to) stream destiny every friday. first stream is on 10/03/17 at 8-9pm GMT+1.</p>
<h2>50 subscribers</h2>
<p>I would like to thank each and every single one of you. i will be doing a '50 subscriber special' soon.</p>
<h2>I joined BURN Esports</h2>
<p>I just joined burn esports. (twitter link <a href="https://twitter.com/Burn_CompES">here</a>) as an editor. it is however my plan to be a player but for now you can find my montages on their <a href="https://www.youtube.com/channel/UC9B3mGnARDY88-YOvAHejow/featured">youtube channel.</a></p>
<h2>website is live</h2>
<p>How's it going people of 3STUDIOS. It's me Dries and today my website has been deployed. over time things will change. things like fixing the aesthetic and other stuff. also th url will soon change.</p>
<style>
.news a {
font-family: arial;
color: black;
text-decoration: none;
}
</style>
</div>
<div class="twitter">
<a class="twitter-timeline" width="150" href="https://twitter.com/BURN_3STUDIOS">Tweets by BURN_3STUDIOS</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</body>
</html>