forked from crunchprank/google-sheets-to-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 895 Bytes
/
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta content="ie=edge" http-equiv="x-ua-compatible">
<title>{{STEAMER}} Playlist</title>
<meta content="Online song request list for {{STREAMER}}" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="favicon.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script src="https://www.google.com/jsapi" type="text/javascript"></script>
</head>
<body id="background">
<div id="box">
<h1>{{BANNER TEXT}}</h1>
<script src="js/google-sheets-html.js" type="text/javascript"></script>
<div id="table">
</div>
<p class="small">{{FOOTER TEXT}}</p>
</div>
</body>
</html>