Skip to content

Commit

Permalink
Merge pull request #14 from nathnp/Dev
Browse files Browse the repository at this point in the history
Move to nthp css
  • Loading branch information
nathnp committed Jul 18, 2024
2 parents 24a8ee8 + a6eebcc commit 9cc1f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a website template designed to help people get a basic landing page on the web.

This template uses [Simple.CSS](https://simplecss.org) for its CSS.
This template uses [nthp.me-css](https://css.nthp.me) for its CSS.

A demo can be found at [bstdemo.nthp.me](https://bstdemo.nthp.me), the demo's `index.html` file can be found [here](https://github.com/nathnp/Basic-Site-Template/blob/Demo/index.html).

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en-us" dir="ltr">
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="https://css.nthp.me/style.css">
</head>
<title>SITE TITLE</title>
<body>
<header>
<h1>SITE TITLE</h1>
<h1 class="title">SITE TITLE</h1>
<nav>
<ul>
<li>
Expand Down

0 comments on commit 9cc1f74

Please sign in to comment.