diff options
author | FivePixels <o5pxels@gmail.com> | 2020-04-04 14:21:43 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2020-04-04 14:21:43 -0500 |
commit | 79ddc5449662aff7ac86fe38326bf7ac2483701d (patch) | |
tree | a28e9f971b1106555106e9b37f48de445b04161c /repo.html | |
parent | d833265379f810b5e278fc0405e26a1cd5657553 (diff) | |
download | personal-website-79ddc5449662aff7ac86fe38326bf7ac2483701d.tar.xz personal-website-79ddc5449662aff7ac86fe38326bf7ac2483701d.zip |
Update home page and add repository files
Diffstat (limited to 'repo.html')
-rw-r--r-- | repo.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repo.html b/repo.html new file mode 100644 index 0000000..02a00e0 --- /dev/null +++ b/repo.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>Cydia Repo</title>
+ <meta charset="utf-8" />
+ <link rel="stylesheet" href="assets/css/main.css" />
+ <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
+ </head>
+ <header>
+ <h1>Cydia Repo</h1>
+ </header>
+ <section id="intro">
+ Under construction - come back later.
+ </section>
+</html>
|