-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployed_index.html
More file actions
39 lines (31 loc) · 1014 Bytes
/
deployed_index.html
File metadata and controls
39 lines (31 loc) · 1014 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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Insta485</title>
<style>
ul {
list-style-type: none;
padding: 0;
}
li {margin: 20px;
display: inline;
margin-right: 10px; /* Optional: add spacing between list items */
}
.time, .name {
display: inline-block;
margin: 0; /* Remove default margin */
vertical-align: middle; /* Align elements vertically */
}
</style>
</head>
<body>
<a href="/"><img src="/static/images/logo.png" alt="alte" width="50" height = "30"></a>
Insta485
<a href="/explore/">explore</a>
<a href="/users/{{logname}}/"> {{logname}} </a>
<div id="reactEntry">
Loading ...
</div>
<script type="module" src="static/js/bundle.js"></script>
</body>
</html>