1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Update html.

This commit is contained in:
King_DuckZ 2017-06-15 00:06:47 +01:00
parent aeafd6daab
commit 459f9682e0
6 changed files with 112 additions and 12 deletions

View file

@ -7,7 +7,11 @@
<meta name="description" content="KamoKan, text storage site." />
<meta name="keywords" content="text storage, pastebin, source code snippets, code review" />
<meta name="author" content="Elena" />
<link rel="stylesheet" href="{{host_path}}/kamokan.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="icon" href="icon" />
<link rel="stylesheet" media="screen and (min-width: 481px)" href="kamokan.css" />
<link rel="stylesheet" media="only screen and (max-width: 480px)" href="kamokan-mobile.css" />
</head>