aboutsummaryrefslogtreecommitdiff
path: root/templates/repo.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo.html')
-rw-r--r--templates/repo.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/repo.html b/templates/repo.html
deleted file mode 100644
index 0eb17c1..0000000
--- a/templates/repo.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>octopus | /spacekookie/octopus</title>
- <link href="../static/main.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body>
- <div class="container">
- <div class="tagline-container">
- <img class="repo-logo" src="../static/fakeavi.png" />
- <h1><a href="">spacekookie</a> / <a href="">octopus</a></h1>
- <p>A git web frontend that wants to hug your code</p>
- <div class="starbox">
- <a href="">Clone</a>
- <a href="">Star</a>
- <a href="">RSS</a>
- </div>
- </div> <!-- tagline container -->
- <div class="subheader">
-
- <a href="">141 commits</a>
- <a href="">1 branch</a>
- <a href="">0 tags</a>
- <a href="">1 contributor</a>
- <a href="">size: 13.12M</a>
- <input id="repo-search" type="search" placeholder="Search repository" />
- <!-- <label for="repo-search">Search for files in the repository</label> -->
- </div> <!-- subheader -->
- <hr />
- <div class="repo-navigation">
- <a href="" class="nav-item">about</a>
- <a href="" class="nav-item">details</a>
- <a href="" class="nav-item">files</a>
- <a href="" class="nav-item">log</a>
- <a href="" class="nav-item"> patches</a>
- <a href="" class="nav-item">contribute</a>
- </div>
- </div>
- </body>
-</html>