-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 2.51 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 2.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="refresh" content="30">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="This is the Official Web Site of St. Anthony's College, Kandy">
<meta name="author" content="St. Anthony's College, Kandy">
<meta name="keywords" content="St. Anthony's College, Kandy">
<!-- Facebook OG Tags -->
<meta property="og:title" content="St. Anthony's College, Kandy"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://yoshitharathnayake.github.io/Hackathon-CodeFlow-Competition-Project"/>
<meta property="og:image" content="images/favicon.ico"/>
<meta property="og:description" content="This is the Official Web Site of St. Anthony's College, Kandy"/>
<meta property="og:site_name" content="St. Anthony's College, Kandy"/>
<meta property="og:locale" content="en_US"/>
<!-- Title -->
<title>St. Anthony's College, Kandy</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.ico">
<!-- CSS -->
<link rel="stylesheet" type="text/CSS" href="assets/styles.css">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css">
<!-- LineIcons-->
<link href="your-project-dir/icon-font/lineicons.css" rel="stylesheet">
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet">
</head>
<body>
<!-- Java Script -->
<script src="assets/app.js"></script>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/e4d27be656.js" crossorigin="anonymous"></script>
</body>
</html>