Skip to content

Commit 534ef3f

Browse files
committed
initial setup for site
1 parent 5700302 commit 534ef3f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_layouts/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
body{
2+
background: #F6F6F6;
3+
color: black;
4+
5+
}

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<head>
3+
<title>CODEHUNKS</title>
4+
<link rel="stylesheet" type="text/css" href="_layouts/style.css">
5+
</head>
6+
<body>
7+
It's Up! :)
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)