NewStartup / index.html
simikkk's picture
Upload index.html
f83ada7 verified
Raw
History Blame Contribute Delete
479 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>One‑Man SaaS Startup</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="app-header">
<h1>One‑Man SaaS Productivity Tool</h1>
</header>
<main id="app" class="app-main"></main>
<script src="app.js"></script>
</body>
</html>