Skip to content

Commit dde2f3f

Browse files
committed
Revert webvowl/index.html to original content from commit 9bea42e
1 parent d362b8a commit dde2f3f

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

webvowl/index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
<meta name="apple-mobile-web-app-capable" content="yes">
2-
<base href="/DORF/webvowl/">
3-
<link rel="stylesheet" href="styles.css">
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Original WebVowl HTML Document">
7+
<link rel="stylesheet" href="styles.css">
8+
<title>WebVowl</title>
9+
</head>
10+
<body>
11+
<div id="menu">
12+
<h1>WebVowl Menu</h1>
13+
</div>
14+
<canvas id="canvas"></canvas>
15+
<script src="script.js"></script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)