Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YoNiga7 authored Jun 3, 2024
1 parent 4bc9f21 commit a037e56
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Lab1/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lab1</title>
</head>
<body>
<h1>Lab1</h1>
<script type="module" src="Lab1.js"></script>
<h1>Lab1 Triangle</h1>
<h3>Open devtools console to see results</h3>
</body>
</html>
<script src="lab1.js"></script>
</html>

0 comments on commit a037e56

Please sign in to comment.