Skip to content

Commit 41df33e

Browse files
committed
Fresh redo.
1 parent 91d34ca commit 41df33e

File tree

6 files changed

+9
-134
lines changed

6 files changed

+9
-134
lines changed

about.html

-77
This file was deleted.

contact.html

-17
This file was deleted.

logo.ico favicon.ico

File renamed without changes.

index.html

+9-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Home</title>
6+
</head>
27

3-
<html lang="en">
4-
<head>
5-
<title>crossflame20's homepage</title>
6-
<link rel="stylesheet" href="main.css">
7-
<link rel="shortcut icon" href="logo.ico">
8-
</head>
9-
<body>
10-
<div id="index">
11-
<h1>Home</h1>
12-
<a href="about.html">About Me</a>
13-
<br>
14-
<a href="projects.html">Projects</a>
15-
<br>
16-
<a href="contact.html">Contact Me</a>
17-
</div>
18-
</body>
19-
</html>
8+
<body>
9+
</body>
10+
</html>

main.css

Whitespace-only changes.

projects.html

-22
This file was deleted.

0 commit comments

Comments
 (0)