forked from acf-sack/sack-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
archival.html
59 lines (57 loc) · 1.76 KB
/
archival.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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168061740-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-168061740-1');
</script>
<meta charset="utf-8">
<title>St. Anthony's College - Lux de Coelo </title>
<!-- Mobile Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Official Website of St. Anthony's College, Kandy">
<meta name="author" content="Antonian Computer Fraternity">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style type="text/css">
html {
overflow: auto;
}
html,
body,
div,
iframe {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}
iframe {
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
</head>
<body>
<div>
<p>If the below Google form is not loading, Please <button><a href="https://forms.gle/aBhcvxbqGgD3hzrU8"> click here </a></button></p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfB4wYikBrCteo3AS0ghSaph8qLy-OsPozwMAVNVc2mFndGLA/viewform?vc=0&c=0&w=1&flr=0"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
scrolling="auto">
</iframe>
</div>
</body>
</html>