phonagen/web/index.html

20 lines
479 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Phonagen-Web</title>
<meta charset="UTF-8" />
<link href="phonagen.css" rel="stylesheet" type="text/css" media="all" />
<script src="phonagen.js"></script>
</head>
<body>
<header>
<h1>Phonagen</h1>
</header>
<article>
<div id="phonagen"></div>
</article>
<footer>Sample example of Phonagen-Web, made by Feufochmar.</footer>
</body>
<script>phonagen.load('data.json')</script>
</html>