mirror of
https://github.com/cregit/cregit.git
synced 2026-03-02 18:23:32 +01:00
50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<!-- Enable responsiveness on mobile devices-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
|
|
<script>
|
|
function windowpop(cid) {
|
|
var leftPosition, topPosition;
|
|
var width = 800;
|
|
var height = 1200;
|
|
leftPosition = (window.screen.width / 2) - ((width / 2) + 10);
|
|
//Allow for title and status bars.
|
|
topPosition = (window.screen.height / 2) - ((height / 2) + 50);
|
|
//Open the window.
|
|
window.open("_CREGIT_REPO_URL_" + cid, "cregit", "status=no,height=" + height + ",width=" + width + ",resizable=yes,left=" + leftPosition + ",top=" + topPosition + ",screenX=" + leftPosition + ",screenY=" + topPosition);
|
|
}
|
|
</script>
|
|
|
|
<title>Cregit: _CREGIT_FILENAME_ </title>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/public/css/poole.css">
|
|
<link rel="stylesheet" href="/public/css/syntax.css">
|
|
<link rel="stylesheet" href="/public/css/lanyon.css">
|
|
<link rel="stylesheet" href="/public/css/cregit.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
|
|
|
<!-- Icons -->
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png">
|
|
<link rel="shortcut icon" href="/public/favicon.ico">
|
|
|
|
<!-- RSS -->
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
<span class="sidebar-nav-item">Cregit version _CREGIT_VERSION_</span>
|
|
|
|
<h1 class="page-title">Filename: _CREGIT_FILENAME_</h1>
|
|
|
|
|