forked from infax/COSCUP-2017-Submissions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.73 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
<!DOCTYPE html>
<html manifest="cache.manifest">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="author" content="Infax Lai">
<meta property="og:type" content="website" />
<meta property="og:title" content="COSCUP 2017 Submissions" />
<meta property="og:image" content="https://coscup.org/2017-assets/images/banner.jpg" />
<meta property="og:url" content="https://coscup.loliconis.me/2017/submissions/" />
<title>
Submissions | COSCUP 2017
</title>
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="index.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="./index.js"></script>
<!-- Full screen iOS webapp support -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
</head>
<body>
<header>
Unofficial Schedule of COSCUP 2017
</header>
<section>
<!-- Fork me on GitHub -->
<a href="https://github.com/infax/COSCUP-2017-Submissions" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0;opacity:0.5;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png">
</a>
</section>
</body>
</html>