Skip to content

Commit

Permalink
make index more fun
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer committed Oct 18, 2024
1 parent 611dd5a commit c73191d
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 10 deletions.
25 changes: 15 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SCP Generator - Powered by .txt</title>
<title>cursed - powered by .txt</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -31,16 +31,21 @@
</head>
<body>
<div class="container">
<h1>SCP Generator</h1>
<p>Welcome to the <a href="https://scp-wiki.wikidot.com/"></a>SCP Generator</a>, powered by the <a href="https://dottxt.co">.txt API</a>. A new entry is created every day.</p>
<p>Quality may vary. Please submit your ideas for improvement <a href="https://github.com/dottxt-ai/cursed">here</a>.</p>
<p>Special thanks to the <a href="https://scp-wiki.wikidot.com/authors-pages">SCP contributors</a> over many years for all their hard work, creativity, and passion in creating the SCP Wiki.</p>
<h2>Resources:</h2>
<ul>
<li><a href="scp/entries/index.html">Entries</a></li>
<h1>cursed</h1>
<p>Welcome to <a href="https://dottxt.co">.txt</a> project for <a href="https://github.com/dottxt-ai/cursed">cursed</a>.</p>

<p>Cursed code is code that is creative, unexpected, foolish,
or otherwise intended simply for play.
Language models and structured text are so incredibly
new that we haven't really begun to play with these boundaries.</p>

<p>This website hosts various experiments in code and language models.</p>

<li><a href="https://github.com/dottxt-ai/cursed">GitHub</a></li>
<li><a href="https://dottxt.co">.txt</a></li>
<p>Please join our <a href="https://discord.gg/ErZ8XnCmkQ">Discord</a> to suggest ideas for cursed code.</p>

<h2>Projects</h2>
<ul>
<li><a href="scp/index.html">SCP</a></li>
</ul>
</div>
</body>
Expand Down
80 changes: 80 additions & 0 deletions scp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SCP Generator - Powered by .txt</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
}

.container {
max-width: 800px;
margin: auto;
background: #fff;
padding: 20px;
}

h1 {
color: #333;
}

a {
color: #0066cc;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.big-button {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
text-align: center;
font-size: 1.5em;
font-weight: bold;
border-radius: 10px;
margin-top: 40px;
margin-bottom: 40px;
}
</style>
</head>

<body>
<div class="container">
<h1>SCP Generator</h1>
<p>Welcome to the <a href="https://scp-wiki.wikidot.com/"></a>SCP Generator</a>, powered by the <a
href="https://dottxt.co">.txt API</a>. A new entry is created every day.</p>
<p>Quality may vary. Please submit your ideas for improvement <a
href="https://github.com/dottxt-ai/cursed">here</a>.</p>
<p>Special thanks to the <a href="https://scp-wiki.wikidot.com/authors-pages">SCP contributors</a> over many
years for all their hard work, creativity, and passion in creating the SCP Wiki.</p>

<!-- Big button to go to the directory -->
<hr />
<div class="big-button">
<img src="../star.gif" alt="Star" class="star"><a href="entries/index.html" class="">Click here to view SCP Entries</a><img
src="../star.gif" alt="Star" class="star">
</div>
<hr />


<h2>Resources:</h2>
<ul>
<li><a href="https://github.com/dottxt-ai/cursed">GitHub</a></li>
<li>Our company, <a href="https://dottxt.co">.txt</a></li>
<li>Our <a href="https://discord.gg/ErZ8XnCmkQ">Discord</a></li>
</ul>
</div>
</body>

</html>
Binary file added star.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c73191d

Please sign in to comment.