-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 844 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 844 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Open Sourcey TV</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="main container-fluid">
<div class="row">
<div class="col-md-12">
<img class="banner" src="https://drive.google.com/uc?id=0B-OuoMcKdoz4U2lOT0ZwWW9FQVE"/>
</div>
</div>
<div class="row">
<div class="col-md-4 pane">.col-md-4</div>
<div class="col-md-4 pane">.col-md-4</div>
<div class="col-md-4 pane">.col-md-4</div>
</div>
</div>
</body>
</html>