-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
<title>WSF</title>
<meta name="description" content="World Startup Festival">
<meta name="theme-color" content="#C54A8F">
<link rel="manifest" href="/wsfest/manifest.json">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<style type="text/css">body{margin:0;background-color:#000;font-family:'Roboto', verdana, sans-serif;}</style>
<script src="/wsfest/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="/wsfest/src/wsf-app/wsf-app.html">
<link rel="prefetch" href="/wsfest/index.html">
</head>
<body fullbleed="">
<wsf-app></wsf-app>
<noscript><p>Your browser must have JavaScript enable to open the WSF site!</p></noscript>
</body>
</html>