-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 852 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<meta charset="utf-8">
<title>Simplicity</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css"/>
</head>
<body>
<h1>Simplicity is cool</h1>
<img src="images/simplicity.png" alt="Simplicity Logo">
<p>At Simplicity, we're a group of students who are</p>
<ul>
<li>crazy about AI</li>
<li>eager to improve ourselves</li>
<li>persistent</li>
</ul>
<p>visit <a href="http://212.129.255.220:4570/">our website</a> if you are interested</p>
<button type="button">Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>