-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 756 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 756 Bytes
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
<html>
<head>
<title>Twitter live</title>
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src='js/jquery-2.1.1.min.js'></script>
</head>
<body>
<img class='event' src="img/white.png">
<div class='row background'>
</div>
<div class='row tweet'>
<div class='display'>
<img class='picture' src='img/default.png'>
<div class='texts'>
<h1 class='screename'>Screenname</h1>
<h2 class='username'></h2>
</div>
<p class='tweet_text'>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. </p>
</div>
</div>
<script src='js/config.js' type='text/javascript'></script>
</body>
</html>