Skip to content

Commit 72e7eaa

Browse files
committed
Updated .html w/completed <head>
1 parent e3af3b4 commit 72e7eaa

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Pizza_Project/Pizza.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<script src="PIZZA_JAVASCRIPT/Pizza.js" defer></script>
8+
<link rel="stylesheet" type="text/css" href="PIZZA_CSS/Pizza.css" />
9+
<title>Pizza Drill Demo</title>
10+
</head>
11+
<body></body>
12+
</html>

0 commit comments

Comments
 (0)