-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 842 Bytes
/
index.html
File metadata and controls
31 lines (25 loc) · 842 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
<!DOCTYPE HTML>
<html>
<head>
<title>ECS - Home</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="icon" href="images/icon.ico" type="image/x-icon">
</head>
<body>
<h1 id="head-title">Extra Computer Science Latest Blogs</h1>
<h3 id="update">Last Updated: 00-00-00</h3>
<h2 class="banner">First Public Release!</h2>
<div id="blogs"></div>
<footer>
<hr>
<p>Extra Computer Science</p>
<a href="https://discord.com/users/1143663560468205628" target="_blank">
<img src="images/discord.png" alt="Discord">
</a>
<a href="https://github.com/LapisPhoenix/Blog" target="_blank">
<img src="images/github.png" alt="GitHub">
</a>
</footer>
<script src="js/main.js"></script>
</body>
</html>