Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
add the docs homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeSquared committed Dec 12, 2023
1 parent db16e9f commit e42db49
Show file tree
Hide file tree
Showing 71 changed files with 1,086 additions and 22,738 deletions.
55 changes: 2 additions & 53 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,53 +1,2 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webgptorg.github.io/webgpt-docs/404.html" />

<title>404 Page not found | WebGPT Documentation</title>
<link rel="manifest" href="/webgpt-docs/manifest.json">
<link rel="icon" href="/webgpt-docs/favicon.png" >
<link rel="stylesheet" href="/webgpt-docs/book.min.33a48f5432973b8ff9a82679d9e45d67f2c15d4399bd2829269455cfe390b5e8.css" integrity="sha256-M6SPVDKXO4/5qCZ52eRdZ/LBXUOZvSgpJpRVz&#43;OQteg=" crossorigin="anonymous">
<script defer src="/webgpt-docs/flexsearch.min.js"></script>
<script defer src="/webgpt-docs/en.search.min.48e8d5c2720fc865f9b07863a6b05b237a312f638fa9bd5d8ada54c4bbb7bdfc.js" integrity="sha256-SOjVwnIPyGX5sHhjprBbI3oxL2OPqb1ditpUxLu3vfw=" crossorigin="anonymous"></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->


<style>
.not-found {
text-align: center;
}
.not-found h1 {
margin: .25em 0 0 0;
opacity: .25;
font-size: 40vmin;
}
</style>
</head>

<body>
<main class="flex justify-center not-found">
<div>
<h1>404</h1>
<h2>Page Not Found</h2>
<h3>
<a href="/webgpt-docs/">WebGPT Documentation</a>
</h3>
</div>
</main>


</body>

</html>
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:title" content="404 Page not found"><meta property="og:description" content><meta property="og:type" content="website"><meta property="og:url" content="https://webgptorg.github.io/webgpt-docs/404.html"><title>404 Page not found | WebGPT Documentation</title>
<link rel=manifest href=/webgpt-docs/manifest.json><link rel=icon href=/webgpt-docs/favicon.png><link rel=stylesheet href=/webgpt-docs/book.min.33a48f5432973b8ff9a82679d9e45d67f2c15d4399bd2829269455cfe390b5e8.css integrity="sha256-M6SPVDKXO4/5qCZ52eRdZ/LBXUOZvSgpJpRVz+OQteg=" crossorigin=anonymous><script defer src=/webgpt-docs/flexsearch.min.js></script><script defer src=/webgpt-docs/en.search.min.80484e907c8b240d29d66d494add49f5589c3147428b3ea2751f59e22b3ab48d.js integrity="sha256-gEhOkHyLJA0p1m1JSt1J9VicMUdCiz6idR9Z4is6tI0=" crossorigin=anonymous></script><style>.not-found{text-align:center}.not-found h1{margin:.25em 0 0;opacity:.25;font-size:40vmin}</style></head><body><main class="flex justify-center not-found"><div><h1>404</h1><h2>Page Not Found</h2><h3><a href=/webgpt-docs/>WebGPT Documentation</a></h3></div></main></body></html>
Loading

0 comments on commit e42db49

Please sign in to comment.