Skip to content

Commit 1647e1a

Browse files
committed
Add a build of the editor
1 parent 516bd60 commit 1647e1a

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed

editor/assets/instructions.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
<style>
7+
body {
8+
background: white;
9+
}
10+
</style>
11+
</head>
12+
<body>
13+
<pre>
14+
15+
--- The rules ---
16+
1) No previews - of either results or assets!
17+
2) Stay in this editor at all times
18+
3) No measurement tools
19+
4) Stop coding when the time's up
20+
5) Use the "Download file" button and save the file as design.html in the same folder as the editor.
21+
22+
Good luck and most important of all; have fun!
23+
24+
--- Assets ---
25+
* INCLUDE PATHS TO ANY ASSETS THE PAGE MIGHT NEED
26+
* MAKE SURE TO PROVIDE DIMENSIONS FOR THE ASSETS AS WELL
27+
28+
assets/ASSET_NAME300x300px.png
29+
30+
</pre>
31+
</body>
32+
</html>

editor/assets/page.png

362 KB
Loading

editor/index.html

Lines changed: 63 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)