-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 968 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
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="Width=device-width, initial-scale=1.0" />
<meta name="description" content="Leo Huang portfolio">
<meta name="keywords" content="Leo Huang, UC Berkeley">
<!-- <link rel="stylesheet" href="style.css"> -->
<title>klhftco</title>
</head>
<body>
<div>
<a href="/button/index.html">Other Work (Button)</a>
<br><br>
<a href="/website/index.html">My Website (wip)</a>
<br><br>
</div>
<!-- <script src="script.js" defer></script> -->
</body>
<!-- <script>
var links = document.body.getElementsByTagName("a")
var a = window.location.href.indexOf(".io")
var repo_name = window.location.href.substring(a+3)
for(var i = 0; i < links.length; i++){
var link = links[i]
var actual_name = link.href.substring(link.href.indexOf(".io")+4)
link.href = repo_name + actual_name
}
</script> -->
</html>