chore: github action and renaming

This commit is contained in:
2023-06-04 21:40:57 +02:00
parent ce45d2a4d9
commit bb78f66773
5 changed files with 51 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ body {
background-color: #1f1f1f;
}
#serninitheader {
#sernheader {
color: #4AF626;
text-align: center;
}

View File

@@ -5,10 +5,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
<title>sern init</title>
<title>sern gui</title>
</head>
<body>
<h1 id="serninitheader">~$ sern init</h1>
<h1 id="sernheader">~$ sern</h1>
</body>
</html>