mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
15 lines
451 B
HTML
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>
|