-
Notifications
You must be signed in to change notification settings - Fork 6
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
10 changed files
with
405 additions
and
142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="/styles.css"> | ||
</head> | ||
<body> | ||
|
||
<main> | ||
|
||
<header> | ||
<a id="logo" href="/"> | ||
<img alt="Future of Coding" width="300" height="300" src="/wiki.svg"> | ||
</a> | ||
<nav> | ||
<a id="edit" href="https://github.com/futureofcoding/wiki/edit/main/{{path}}"> | ||
<span>Edit This Page</span> | ||
<img width="14" height="13" src="/edit.svg" alt=""> | ||
</a> | ||
<a href="/">Home</a> | ||
<a href="/all">List of All Pages</a> | ||
</nav> | ||
</header> | ||
|
||
This page doesn't exist. | ||
|
||
<a href="https://github.com/futureofcoding/wiki/new/master/_pages?filename=pages%2FMy-file-name.md&value=---%0Atitle:%20A%20New%20Page%0Acontributors:%20Your%20Name%0A---">Create it on GitHub</a> | ||
|
||
</main> | ||
|
||
<footer> | ||
<p class="cc0"> | ||
This wiki is dedicated to the public domain, marked with | ||
<a href="https://creativecommons.org/publicdomain/zero/1.0/" rel="license noopener noreferrer"> | ||
CC0 1.0 | ||
<img width="22" height="22" src="/cc.svg" alt=""> | ||
<img width="22" height="22" src="/zero.svg" alt=""> | ||
</a> | ||
</p> | ||
<p> | ||
Built by the <a href="https://futureofcoding.org">Future of Coding</a> community. | ||
</p> | ||
<a class="initials" href="https://futureofcoding.org"> | ||
<img alt="" width="40" height="40" src="/initials.svg"> | ||
</a> | ||
</footer> | ||
|
||
</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
Oops, something went wrong.