gitea

- https://git.supernets.org/
git clone git://git.acid.vegas/gitea.git
Log | Files | Refs | Archive

home.tmpl (1875B)

      1 {{template "base/head" .}}
      2 <div role="main" aria-label="{{if .IsSigned}}{{.locale.Tr "dashboard"}}{{else}}{{.locale.Tr "home"}}{{end}}" class="page-content home" style="height: 80vh; display: flex; align-items: center; justify-content: center;">
      3 	<div class="ui stackable middle very relaxed page grid">
      4 		<div class="sixteen wide center aligned centered column">
      5 			<div>
      6 				<pre style="line-height: 1;">
      7 ███████╗██╗   ██╗██████╗ ███████╗██████╗ 
      8 ██╔════╝██║   ██║██╔══██╗██╔════╝██╔══██╗
      9 ███████╗██║   ██║██████╔╝█████╗  ██████╔╝
     10 ╚════██║██║   ██║██╔═══╝ ██╔══╝  ██╔══██╗
     11 ███████║╚██████╔╝██║     ███████╗██║  ██║
     12 ╚══════╝ ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═╝
     13 </pre>
     14 <br>
     15 				<img class="logo" width="280" src="{{AssetUrlPrefix}}/img/supernets.png" alt="{{.locale.Tr "supernets"}}"/>
     16 <br><br><pre style="line-height: 1;">
     17 ███╗   ██╗███████╗████████╗███████╗
     18 ████╗  ██║██╔════╝╚══██╔══╝██╔════╝
     19 ██╔██╗ ██║█████╗     ██║   ███████╗
     20 ██║╚██╗██║██╔══╝     ██║   ╚════██║
     21 ██║ ╚████║███████╗   ██║   ███████║
     22 ╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚══════╝
     23 </pre>
     24 			</div>
     25 		</div>
     26 	</div>
     27 </div>
     28 {{template "base/footer" .}}