-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank.html
More file actions
47 lines (32 loc) · 968 Bytes
/
blank.html
File metadata and controls
47 lines (32 loc) · 968 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Isca framework" />
<meta name="author" content="P.Maher | Design by andreasviklund.com" />
<link rel="stylesheet" type="text/css" href="isca.css" title="Isca" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=0.6" />
<title>Isca GCM</title>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script>
$(function(){
$("#page_header").load("page_header.html");
$("#page_footer").load("page_footer.html");
});
</script>
</head>
<body class="">
<div id="layout">
<div id="page_header" style="margin-top:-25px;">
</div>
<div class="row">
<div class="col c9 alignjustify">
<h3>Title</h3>
<p> This page is coming soon...</p>
</div>
</div>
</div>
<div id="page_footer">
</div>
</body>
</html>