-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersuasion.html
More file actions
24 lines (22 loc) · 846 Bytes
/
persuasion.html
File metadata and controls
24 lines (22 loc) · 846 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
<!DOCTYPE html>
<html>
<head>
<title>Design For Understanding: Persuasion</title>
<meta charset="UTF-8">
<meta name="viewport" width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0>
<link rel="stylesheet" href="assets/common/css/hci.css">
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="assets/lib/p5/p5.min.js"></script>
<script src="assets/lib/p5/addons/p5.dom.min.js"></script>
<script src="assets/lib/p5/addons/p5.sound.min.js"></script>
<script src="assets/lib/p5/sketch.js"></script>
</head>
<body onload="preloadMyImages();">
<h1>Design For Understanding: Sugar Content in Food</h1>
<div class = "sugarInfo">
<p id="sugarCount">Sugar: 0.0g</p>
<image id="box-photo-img" src="assets/common/images/potato.png">
<p id="foodDesc"></p>
</div>
</body>
</html>