-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3613b35
commit 9a64923
Showing
15 changed files
with
2,392 additions
and
1,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Courier</title> <link rel="stylesheet" href="/ui/src.94679763.css"></head> <body class="has-navbar-fixed-top has-sticky-footer"> <main id="root" class="has-sticky-footer-content"></main> <footer class="footer"> <div class="container"> <div class="content has-text-centered"> <p> <strong>Courier v1.0.0</strong> by <a href="mailto:[email protected]">David McNeil</a> </p> </div> </div> </footer> <script src="/ui/src.f815d08f.js"></script> </body> </html> | ||
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Courier</title> <link rel="stylesheet" href="/ui/src.2e69cdc9.css"></head> <body class="has-navbar-fixed-top has-sticky-footer"> <main id="root" class="has-sticky-footer-content"></main> <footer class="footer"> <div class="container"> <div class="content has-text-centered"> <p> <strong>Courier v1.0.0</strong> by <a href="mailto:[email protected]">David McNeil</a> </p> </div> </div> </footer> <script src="/ui/src.dde5a996.js"></script> </body> </html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Courier</title> | ||
</head> | ||
</head> | ||
|
||
<body class="has-navbar-fixed-top has-sticky-footer"> | ||
<body class="has-navbar-fixed-top has-sticky-footer"> | ||
<main id="root" class="has-sticky-footer-content"></main> | ||
|
||
<footer class="footer"> | ||
<div class="container"> | ||
<div class="content has-text-centered"> | ||
<p> | ||
<strong>Courier v1.0.0</strong> by | ||
<a href="mailto:[email protected]">David McNeil</a> | ||
</p> | ||
</div> | ||
<div class="container"> | ||
<div class="content has-text-centered"> | ||
<p> | ||
<strong>Courier v1.0.0</strong> by | ||
<a href="mailto:[email protected]">David McNeil</a> | ||
</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="./src/index.tsx"></script> | ||
</body> | ||
|
||
</html> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.