Skip to content

Commit 9c28621

Browse files
author
Nicholas Gandolfo
committed
organize1
1 parent 49da56c commit 9c28621

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"I am martyvb and I am learning web development. Please be kind I am trying my best."

Stuff.txt

Whitespace-only changes.

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alert("You are beautiful")

index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
Martyvb's Website
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
11+
</body>
12+
</html>

styles.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
body{
2+
background-color: black;
3+
}
4+
5+
h1{
6+
background-color: darkred;
7+
}

0 commit comments

Comments
 (0)