1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00
kamokan/html/website/head.mustache

14 lines
427 B
Text
Raw Normal View History

2017-04-21 18:01:13 +00:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>KamoKan</title>
2017-04-21 18:01:13 +00:00
<meta charset="UTF-8"/>
<meta name="description" content="KamoKan, text storage site." />
2017-04-21 18:01:13 +00:00
<meta name="keywords" content="text storage, pastebin, source code snippets, code review" />
2017-05-14 13:50:16 +00:00
<meta name="author" content="Elena" />
<link rel="stylesheet" href="{{host_path}}/kamokan.css" />
2017-04-21 18:01:13 +00:00
<link rel="icon" href="icon" />
</head>