We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3331bf9 commit 1774b6cCopy full SHA for 1774b6c
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Lab. Automatas</title>
+ <title>Automata Simulation</title>
7
<script src="https://cdn.tailwindcss.com"></script>
8
<link rel="stylesheet" href="src/styles.css" />
9
<link
@@ -80,7 +80,9 @@ <h1 class="select-none">Automata Simulation</h1>
80
</div>
81
82
<div class="flex gap-4">
83
- <a href="https://github.com/byandrev" target="_blank"
+ <a
84
+ target="_blank"
85
+ href="https://github.com/byandrev/automata-simulation"
86
><i class="fa-brands fa-github"></i
87
></a>
88
0 commit comments