-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (25 loc) · 892 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<title>Git Assignment</title>
</head>
</p>hi<p>
<body>
Hello world!
<a href="https://images.squarespace-cdn.com/content/v1/581499b8e58c627afce6221c/1581466535600-K13XTW44G4XOOC0RFPN5/winky.gif?format=500w">orange</a>
hello!
<h1>
<a href="./highLowGame/higherlower.html" class="btn">Collin's Higher Lower Game</a>
</h1>
hey from Sarena
<a href="https://www.youtube.com/watch?v=KPlJ5g5VGns" target="_blank">Alarmed Amphibia</a>
This my added text for homework 2
software engineering git assignment 2 code change.
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ&feature=share&si=ELPmzJkDCLju2KnD5oyZMQ" target="_blank"><button>Cute Cat Video</button></a>
Bonjour world!
This is an edited html file
New line - wonder how many of these we'll git
<p style="color:purple;">Look! Purple text without css!</p>
<p> from class 2 </p>
New line!
</body>
</html>