3
0
Fork 0
This repository has been archived on 2024-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
singlefiledash/index.html

24 lines
460 B
HTML
Raw Normal View History

2023-07-12 04:43:56 +00:00
<!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>