forked from Hoyama1122/Colab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 677 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 677 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colab</title>
<style>
body{
background-color: rgb(18, 22, 49);
}
h1{
color: aliceblue;
text-align: center;
font-size: 50px;
}
</style>
</head>
<body>
<!-- 67136081 Folk-->
<!-- 67150301 Non-->
<div>
<center><img src="b1d47b9d-a5b2-4130-a7cb-6c26faea6ddd.jpg" alt=""width="500px"></center>
</div>
<h1>ASTAR ACADEMY</h1>
</body>
</html>