Files
clay/dev/dev.html
T
2016-01-06 17:28:34 -08:00

15 lines
451 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Pebble Clay Development Page</title>
<link rel="stylesheet" href="../tmp/config-page.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<form id="main-form"></form>
<script src="../tmp/dev.js"></script>
<script src="../tmp/config-page.js"></script>
</body>
</html>