3
0
Fork 0

Initial commit

This commit is contained in:
Debian 2023-07-12 04:43:56 +00:00
parent de997c47d3
commit edcf01ca29

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Website Title</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<h1>Welcome to Your Website</h1>
<p>This is a single-file website.</p>
<script>
</script>
</body>
</html>