Rename nosignal.html to index.html

This commit is contained in:
Michachatz
2025-11-02 00:25:35 +01:00
committed by GitHub
parent 2f42fe52cd
commit cf41eb6453

26
index.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NO SIGNAL</title>
<style>
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
h1 {
font-size: 50px;
}
</style>
</head>
<body>
<h1>NO SIGNAL</h1>
</body>
</html>