mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 06:16:51 -04:00
21 lines
712 B
HTML
21 lines
712 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="../vendor/pebble-slate/dist/css/slate.min.css">
|
|
<link rel="stylesheet" href="styles/config-page.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<script>
|
|
window.returnTo = '$$RETURN_TO$$';
|
|
window.clayConfig = $$CONFIG$$;
|
|
window.claySettings = $$SETTINGS$$;
|
|
window.customFn = function() $$CUSTOM_FN$$;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="main-form"></form>
|
|
<script src="../vendor/pebble-slate/dist/js/slate.min.js"></script>
|
|
<script src="../tmp/config-page.js"></script>
|
|
</body>
|
|
</html>
|