mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-06 11:25:50 +00:00
Add viewport.
This commit is contained in:
parent
1b56d7ab0f
commit
2804ba82f1
1 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{template "title" .}}</title>
|
||||
<link rel="stylesheet" href="/static/main.css">
|
||||
<link rel="stylesheet" href="/static/octicons/octicons.css">
|
||||
<meta charset="utf-8">
|
||||
<title>{{template "title" .}}</title>
|
||||
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=no">
|
||||
<link rel="stylesheet" href="/static/main.css">
|
||||
<link rel="stylesheet" href="/static/octicons/octicons.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
|
|
|
|||
Loading…
Reference in a new issue