change godel & turing titles

This commit is contained in:
Elizabeth Hunt 2024-04-29 12:24:27 -06:00
parent 2372d33149
commit 6751c87052
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<body> <body>
<div class="container"> <div class="container">
<h1>Liz's L-Program Compiler</h1> <h1>Liz's L-Program Compiler</h1>
<p><i>Developed for Kulyukin's CS5000</i></p> <p><i>Developed to Explore Ideas In Theory of Computability</i></p>
<hr> <hr>
<div class="source-container"> <div class="source-container">
<div class="textarea-container"> <div class="textarea-container">

View File

@ -87,7 +87,7 @@
<div class="project-body"> <div class="project-body">
<h1>Simponic's State System</h1> <h1>Simponic's State System</h1>
<p>A Turing Machine simulator specific to CS5000.</p> <p>A neatly animated Turing Tape simulator.</p>
</div> </div>
</a> </a>

View File

@ -9,7 +9,7 @@
<body> <body>
<div class="container"> <div class="container">
<h1>Simponic's State System</h1> <h1>Simponic's State System</h1>
<p><i>Developed for Kulyukin's CS5000</i></p> <p><i>Developed to Explore Ideas In Theory of Computability</i></p>
<hr /> <hr />
<p id="turing_state">State: _</p> <p id="turing_state">State: _</p>
<div id="tape" class="tape"></div> <div id="tape" class="tape"></div>