|
@@ -0,0 +1,33 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head data-suburl="">
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
+
|
|
|
+ <meta property="og:url" content="https://notabug.org/" />
|
|
|
+ <meta property="og:type" content="website" />
|
|
|
+ <meta property="og:title" content="NotABug.org: Free code hosting">
|
|
|
+ <meta property="og:description" content="Gogs is a painless self-hosted Git service.">
|
|
|
+ <meta property="og:image" content="https://notabug.org/img/gogs-lg.png" />
|
|
|
+ <meta property="og:site_name" content="Gogs">
|
|
|
+
|
|
|
+ <link rel="shortcut icon" href="/img/favicon.png" />
|
|
|
+
|
|
|
+ <link href="/assets/img/icon-48.ico" rel="icon" type="image/x-icon" />
|
|
|
+ <link href="/assets/img/icon-60.png" rel="apple-touch-icon">
|
|
|
+ <link href="/assets/img/icon-76.png" rel="apple-touch-icon" sizes="76x76">
|
|
|
+ <link href="/assets/img/icon-120.png" rel="apple-touch-icon" sizes="120x120">
|
|
|
+ <link href="/assets/img/icon-152.png" rel="apple-touch-icon" sizes="152x152">
|
|
|
+ <link href="/assets/img/icon-240.png" rel="apple-touch-icon" sizes="240x240">
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="/assets/font-awesome-4.6.3/css/font-awesome.min.css">
|
|
|
+ <link rel="stylesheet" href="/assets/octicons-4.3.0/octicons.min.css">
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="/assets/css/semantic-2.2.10.min.css">
|
|
|
+ <link rel="stylesheet" href="/assets/css/gogs.css">
|
|
|
+ <link rel="stylesheet" href="/assets/css/notabug.css">
|
|
|
+
|
|
|
+ <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
|
|
+ <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
|
|
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
|
|
|
+</head>
|