-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·29 lines (24 loc) · 734 Bytes
/
index.html
File metadata and controls
executable file
·29 lines (24 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: Home
class: splash
---
<div id="splashHeader">
<h1 id="splashTitle">Hello Processing</h1>
</div>
<div id="splashNav">
<a id="splashButton" class="btn btn-info" href="/editor/">Click Here To Begin</a>
</div>
<div id="splashDiv">
<canvas id="splashCanvas" data-processing-sources="/assets/pde/hello_processing/hello_processing.pde"
width="700" height="700">
<p>Your browser does not support the canvas tag.</p>
</canvas>
<noscript>
<p>JavaScript is required to view the contents of this page.</p>
</noscript>
</div>
<footer id="splashFooter">
Processing // Hour of Code™ // Computer Science Education Week // Code.org
</footer>
<script src="/js/splash.js" type="text/javascript"></script>