Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions more_sites/Lab1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<title>INT222_161a18 </title>
<script src="includes/myscript.js" type="text/javascript"></script>
<link rel="stylesheet" href="includes/normalize.css" type="text/css" media="screen" />
<link rel="stylesheet" href="includes/mystyle.css" type="text/css" media="screen" />
<link rel="stylesheet" href="includes/mystyle.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../files/mycss.css" type="text/css" media="screen" />
</head>
<body>
<header>
Expand Down Expand Up @@ -57,4 +58,4 @@ <h1>Moy, Timothy</h1>
</script>
</footer>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions more_sites/Lab2/lab02.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="singleCell">
<div class="cellTitle">6. Image Example</div>
<div class="picture">
<figure><img src="city.png" alt="Picture of a city">
<figure><img src="../../files/city.png" alt="Picture of a city">
<figcaption>Study Week Vacation</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -115,4 +115,4 @@
</script>
</footer>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions more_sites/Lab3/lab03.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>INT222161_a18 Lab03</title>
<title>Gaurav Verma</title>
<script>

var e1="", e2="", e3="", e4="", e5="", e6="", e7="", e8="", e9="";
Expand Down Expand Up @@ -46,4 +46,4 @@
</head>
<body>
</body>
</html>
</html>