forked from Gildara/Philly-Queer-Tango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
48 lines (42 loc) · 1.63 KB
/
calendar.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
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="sv">
<link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Queer Tango</title>
<script src="../js/jquery.js"></script>
<script src="../js/bootstrap.js"></script>
<script src="../js/myJquery.js"></script>
<script src='../js/jquery.min.js'></script>
<script src='../js/moment.min.js'></script>
<script src='../js/fullcalendar.js'></script>
<script src='../js/calendar.js'></script>
<!--link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/style2.css>nn-->
<link rel="stylesheet" href="../css/bootstrap.css">
<link rel='stylesheet' href='../css/fullcalendar.css' />
<link rel="stylesheet" href="../css/myStyles.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="http://weloveiconfonts.com/api/?family=fontawesome">
<link href='https://fonts.googleapis.com/css?family=Philosopher:400,400italic' rel='stylesheet' type='text/css'>
</head>
<body id="cal">
<div id="header">
</div>
<section id="header">
<div id="pageTitle">
<h1 class="text-center">Calendar</h1>
</div>
</section>
<section id="main" class="container">
<div id="jumbo" class="jumbotron">
<p style="text-align: center" id="regPara"> UNDER CONSTRUCTION </p>
<div id="calendar"></div>
</div>
</section>
<div id="footer">
</div>
</body>
</html>