Skip to content

Commit 5301d59

Browse files
author
Taufiq
committed
adding template
1 parent 758d8c7 commit 5301d59

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

public/sites/template.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<html>
2+
<head>
3+
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css">
4+
<title>INSERT_NAME_HERE</title>
5+
</head>
6+
<body>
7+
<h1>Hi, I'm INSERT_NAME_HERE</h1>
8+
<h2> I love corgis!</h2>
9+
<img src="https://pbs.twimg.com/profile_images/378800000674268962/06ce58cab26c3a0daf80cf57e5acb29b_400x400.jpeg" width="200px">
10+
</body>
11+
</html>
12+
13+
14+
<style type="text/css">
15+
16+
body {
17+
background: url("https://pbs.twimg.com/profile_images/378800000674268962/06ce58cab26c3a0daf80cf57e5acb29b_400x400.jpeg");
18+
}
19+
20+
</style>

0 commit comments

Comments
 (0)