tangled
alpha
login
or
join now
ghustvn.com
/
ghustvn
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Initial home page
ghustvn.com
1 month ago
e495a720
b8090206
+10
-6
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+10
-6
src/pages/index.astro
reviewed
···
1
1
-
---
2
2
-
3
3
-
---
4
4
-
5
1
<html lang="en">
6
2
<head>
7
3
<meta charset="utf-8" />
···
9
5
<link rel="icon" href="/favicon.ico" />
10
6
<meta name="viewport" content="width=device-width" />
11
7
<meta name="generator" content={Astro.generator} />
12
12
-
<title>Astro</title>
8
8
+
<title>Ghustvn</title>
13
9
</head>
14
10
<body>
15
15
-
<h1>Astro</h1>
11
11
+
<main>
12
12
+
<h1>Ghustvn</h1>
13
13
+
<h2>Projects</h2>
14
14
+
<ul>
15
15
+
<li>
16
16
+
<a href="https://www.life-series.online">life-series.online</a>
17
17
+
</li>
18
18
+
</ul>
19
19
+
</main>
16
20
</body>
17
21
</html>