-
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
2108eff
commit d31b7c0
Showing
4 changed files
with
31 additions
and
2 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 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block title %}Attribution{% endblock %} | ||
{% block description %}Things that make this website work{% endblock %} | ||
|
||
{% block content %} | ||
<main class="content"> | ||
<h1>Attribution</h1> | ||
|
||
<p> | ||
Powered by <a href="https://rust-lang.org">Rust</a>, running on a Raspberry Pi 4. | ||
</p> | ||
|
||
<p> | ||
<h2>Characters</h2> | ||
<ul> | ||
<li>My profile picture is from <a href="https://picrew.me/en/image_maker/1904634/">this picrew</a>.</li> | ||
<li>Leah's profile picture is also from <a href="https://picrew.me/en/image_maker/1904634/">the same picrew</a>.</li> | ||
</ul> | ||
</p> | ||
|
||
<p> | ||
The code for this website is <a href="https://github.com/ashhhleyyy/website">on GitHub</a> | ||
</p> | ||
</main> | ||
{% endblock %} |
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