-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunderconstruction.html
More file actions
49 lines (43 loc) · 1.52 KB
/
Copy pathunderconstruction.html
File metadata and controls
49 lines (43 loc) · 1.52 KB
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
49
<html>
<head>
<title>SEDE 2020 - Coming Soon</title>
<!-- Links -->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/mobile.css">
<script src="stylesheets/jquery.js"></script>
<script src="stylesheets/slider.js"></script>
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="topbar">
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="submission.html">Submission</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="authors.html">Authors</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</div>
<div id="images">
<img src="images/hotel.jpg" class="active" />
<img src="images/lounge.jpg" />
<img src="images/view.jpg" />
</div>
<div class="main">
<h1>Page is Under Construction</h1>
<br><br><br><br><br><br><br><br>
</div>
<div class="footer">
<p>
<a href="http://www.isca-hq.org/"><img height="70" width="110" src="images/isca.gif"></a>
<br>
International Society for Computers and their Applications
</p>
</div>
</body>
</html>