Skip to content

Commit 1774b6c

Browse files
committed
index.html: set new title and update github link
1 parent 3331bf9 commit 1774b6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Lab. Automatas</title>
6+
<title>Automata Simulation</title>
77
<script src="https://cdn.tailwindcss.com"></script>
88
<link rel="stylesheet" href="src/styles.css" />
99
<link
@@ -80,7 +80,9 @@ <h1 class="select-none">Automata Simulation</h1>
8080
</div>
8181

8282
<div class="flex gap-4">
83-
<a href="https://github.com/byandrev" target="_blank"
83+
<a
84+
target="_blank"
85+
href="https://github.com/byandrev/automata-simulation"
8486
><i class="fa-brands fa-github"></i
8587
></a>
8688
</div>

0 commit comments

Comments
 (0)