We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758d8c7 commit 5301d59Copy full SHA for 5301d59
.gitignore
@@ -0,0 +1 @@
1
+node_modules
public/sites/template.html
@@ -0,0 +1,20 @@
+<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