mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
final touches before it's done
This commit is contained in:
parent
8b2da63f3c
commit
93931685b6
7 changed files with 96 additions and 49 deletions
35
static/index.html
Normal file
35
static/index.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="static/style.css" media="all"/>
|
||||
<title>Wisdom</title>
|
||||
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="icon" type="image/x-icon" href="./static/think.svg">
|
||||
</head>
|
||||
<body id="body">
|
||||
<div id="main">
|
||||
<p>
|
||||
<h1 class="wisdom">Welcome to wisdom!</h1><br>
|
||||
</p>
|
||||
</div>
|
||||
<div id="about">
|
||||
<p>
|
||||
<h2>What is this?</h2>
|
||||
This quite possibly might be the wisest website ever created.<br>
|
||||
Apart from that it's a website that gives you responses created via markov chain.
|
||||
<h2>Who did this (crying laughing emoji)</h2>
|
||||
<a href="https://zoe.kittycat.homes">Me!!!</a> I'm Zoe (they/fae/she), hello!
|
||||
<h2>Types of wisdom</h2>
|
||||
This website can currently generate two types of wisdom. <a href="./frakes">One markov chain</a> uses questions from <a href="https://www.youtube.com/watch?v=9S1EzkRpelY">Jonathan Frakes Asks you Things</a>. <a href="./cooking">The other one</a> uses input from recipes, comments, etc. found on <a href="https://app.cookeatshare.com/">a recipe website</a>.
|
||||
<h2>Can i see the source code?</h2>
|
||||
Quite possibly! It should be on <a href="https://github.com/zoe-bat/wisdom">github</a>.
|
||||
</p>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<a href="./frakes">frakes</a><a href="./cooking">cooking</a><a href=".">home</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue