Skip to content

Commit

Permalink
Added intro page to apps viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ToonTalk committed Dec 19, 2023
1 parent b5152d2 commit c37e4ef
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<script>
document.addEventListener('DOMContentLoaded', () => {
const pages = [
{ link: "intro%20to%20app%20viewer.html",
caption: "Just click the Next button to see the apps."
},
{ link: "speak%20random%20number/index.html",
caption: "Speak random numbers and repeat what was heard. Click on the images. Ignore Google Translation key unless you have one.<br>" +
"<a href='https://chat.openai.com/share/6b6967cc-f1d8-420d-84f5-f60fdb24ccfb' target='_blank'>OpenAI log</a> <br>" +
Expand Down
38 changes: 38 additions & 0 deletions apps/intro to app viewer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>App Display</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding-top: 50px;
}
h1 {
color: blue;
font-size: 36px;
}
.email, .homepage, .details {
color: darkblue;
/* text-decoration: none; */
display: block;
margin: 15px 0;
font-size: 24px;
}
.details {
color: darkblue;
font-size: 24px;
}
</style>
</head>
<body>
<h1>This app displays apps created by conversing with ChatGPT 4</h1>
<p class="email"> Ken Kahn &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;
<a href="https://www.google.com/url?q=https://docs.google.com/document/d/1r7oaUOGs1TGjtKYo1CCmfqTifH5cqpPny5ALx5EIT_8/edit?usp%3Dsharing&sa=D&source=editors&ust=1702954163558132&usg=AOvVaw0plP6jmUK3buZLt2yvpS6h" class="homepage">Ken's Home Page</a>
<p class="details">Here are <a href='https://docs.google.com/document/d/19KWL8t3G1igp7t-QE9GYPGRsmg080Z_uoBF-WC_eSxo/edit?usp=sharing' target='_blank'>
more details about the process of creating these apps</a>.</p>
</body>
</html>

0 comments on commit c37e4ef

Please sign in to comment.