Skip to content

Commit

Permalink
Merge pull request #20 from Laserfiche/robbie/add-github-pages
Browse files Browse the repository at this point in the history
Robbie/add GitHub pages
  • Loading branch information
rfulton-lf authored Aug 3, 2023
2 parents bcc97b0 + 466698b commit d9cd7db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1> Sample Github Page</h1>
<p>This is an example Github page made using a simple HTML file and some css.
Github prefers to present files named "index.html", but will also present files named "README.md"</p>
</body>
6 changes: 6 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
h1 {
color: rgb(0, 0, 145);
}
p {
color: purple;
}

0 comments on commit d9cd7db

Please sign in to comment.