Skip to content

Commit

Permalink
#1 update default template 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jan 1, 2019
1 parent 1cd916e commit a2f1b1d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/external/boilerplate/none/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

<link rel="stylesheet" href="static/stylesheets/style.css">
</head>
<body>
<p align="center"> Get started by editing <b>index.html</b> </p>

<body style="background-color:floralwhite;">
<div style="text-align:center;">
<img src="https://pluralsight.imgix.net/paths/path-icons/css-c9b214f0d7.png" />
<h1>No CSS Frameworks</h1>
<p style="font-size:1.2em;"> Get started by editing <code style="font-weight:bolder;">index.html</code> </p>
</div>
<script src="static/main.js"></script>
</body>
</html>

0 comments on commit a2f1b1d

Please sign in to comment.