Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mingnali7 committed Feb 10, 2019
1 parent 01db407 commit 21107a0
Show file tree
Hide file tree
Showing 5 changed files with 89,983 additions and 0 deletions.
57 changes: 57 additions & 0 deletions hue/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>hue</title>

<script src="libraries/p5.js"></script>
<script src="libraries/p5.dom.js"></script>
<script src="libraries/p5.sound.js"></script>
<script src="sketch.js"></script>

<style>
html,
body {
font-family: Helvetica, sans-serif;
height: 100%;
width: 100%;
background-color: orange;
}

h1 {
position: absolute;
bottom: 0;
color: white;
font-size: 30px;
}

h2 {
position: absolute;
top: 0;
right: 20px;
text-align: right;
color: white;
font-size: 20px;
}
</style>
</head>

<body>
<h1>
Some flowers are alerting you.
🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷🌷
</h1>

<h2>
🌞<br>
Under the sun...
</h2>


</body>

</html>
Loading

0 comments on commit 21107a0

Please sign in to comment.