-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodernart.html
35 lines (31 loc) · 1.01 KB
/
modernart.html
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
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>modern art</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets\favicon.ico" type="image/x-icon">
</head>
<h1>welcome to the art generator</h1>
<h3>controls:</h3>
<p>
a: random color and brush size<br>
b: reset brush color/size, and background color<br>
up: toggle brush size<br>
right: show/update time since startup (seconds)<br>
down: change background color<br>
</p>
<p>
<a href="index.html">⬅️ back to index</a>
</p>
<div style="position:relative;height:0;padding-bottom:117.6%;overflow:hidden;">
<iframe
style="position:absolute;top:0;left:0;width:50%;height:50%;"
src="https://arcade.makecode.com/---run?id=_2ujYjTXKjFWA"
allowfullscreen="allowfullscreen"
sandbox="allow-popups allow-forms allow-scripts allow-same-origin"
frameborder="0"
></iframe>
</div>
</html>