weblica
Version:
One-click HTML/CSS/JS website generator
17 lines • 338 B
HTML
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>{{WEBSITE_NAME}}</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<header>
<h1>{{WEBSITE_NAME}}</h1>
</header>
<main>
<p>Welcome to {{WEBSITE_NAME}}!</p>
</main>
<script src="script.js"></script>
</body>
</html>