assignment 1
This commit is contained in:
18
practices/24-8-29/index.html
Normal file
18
practices/24-8-29/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>24-8-29 in class</title>
|
||||
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>this is the first in-class assignment</h1>
|
||||
|
||||
<h2>this is a photo of an egg</h2>
|
||||
<img src="img/egg.png" alt="AN EGG" />
|
||||
|
||||
<p>the egg is very nice i suppose</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user