-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (25 loc) · 1008 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Camera Simulator</title>
<meta name="description"
content="An online camera simulator app: learn how changes to the f-stop, shutter speed and ISO changes the image in realtime!">
<meta name="keywords"
content="camera, film, video, dslr, nikon, sony, panasonic, lumix, blackmagic, simulator, online, viewer, viewfinder, digital, noise, ISO, shutter, fstop, iris, learning, how, tutorial, example">
<meta name="robots" content="">
<meta name="revisit-after" content="7 day">
<meta name="language" content="English">
<meta name="generator" content="N/A">
<link rel="icon" type="image/x-icon" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8" />
<script src="libs/p5.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
</main>
<script src="loadHelper.js"></script>
<script src="sketch.js"></script>
</body>
</html>