forked from sacalon/sacalon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
45 lines (41 loc) · 1.02 KB
/
news.html
File metadata and controls
45 lines (41 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>The Hascal Programming Langauge --- News</title>
<link rel="stylesheet" href="../css/bootstrap.min.css" />
<script src="../js/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
* {
max-width: 100%;
}
</style>
<link rel="icon" type="image/x-icon" href="../images/hascal-logo.png" />
<link rel="stylesheet" href="./css/global.css" />
</head>
<body>
<iframe
src="./components/header.html"
frameborder="0"
id="header-section"
></iframe>
<main role="main">
<br />
<div class="container">
<div class="row">
<div class="col" style="font-size: large">
<h1>News</h1>
<br />
</div>
</div>
<hr />
</div>
</main>
<iframe
src="./components/footer.html"
frameborder="0"
id="footer-section"
></iframe>
<script src="./js/global.js"></script>
</body>
</html>