-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
13 changed files
with
690 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<!-- | ||
Tier Away is a website that helps users create unique tier lists. No accounts, no hassle. | ||
Copyright (C) 2022 Con Godsted | ||
--> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> | ||
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="lib/font-awesome/css/font-awesome.min.css"> | ||
<title>Tier Away</title> | ||
</head> | ||
<body> | ||
|
@@ -35,9 +39,9 @@ <h1>Tier Away</h1> | |
</div> | ||
<script src="script.js"> | ||
</script> | ||
<script src="html2canvas.js"></script> | ||
<script type="text/javascript" src="lib/html2canvas.js"></script> | ||
<footer> | ||
<p id="copy">Tier Away was designed by <a href="https://congodsted.com">Con Godsted</a> © 2022, with help from <a href="https://luketrenaman.com">Luke Trenaman</a>.</p> | ||
<p id="copy">Tier Away was designed by <a href="https://congodsted.com">Con Godsted</a> © 2022, with help from <a href="https://luketrenaman.com">Luke Trenaman</a>.<br> Tier Away is licensed under the <a href="https://github.com/ConGodsted/TierAway/blob/main/LICENSE.md">GNU General Public License v3.0.</a></p> | ||
<a target="_blank" href="https://github.com/ConGodsted/TierAway" id="github" class="fa fa-github fa-2x" aria-hidden="true"></a> | ||
|
||
</footer> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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