phonon
Version:
Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.
15 lines (14 loc) • 372 B
HTML
<html>
<head>
<title>Getting Started</title>
<link rel="stylesheet" href="../../../dist/css/phonon.css">
</head>
<body>
<div class="container text-center">
<h1 class="mt-5">Hello World</h1>
<button class="btn btn-primary mt-3" id="createModal">Launch demo modal</button>
</div>
<script src="main.js"></script>
</body>
</html>