1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-02-09 09:23:56 +00:00
kamokan/html/website/head.mustache

14 lines
413 B
Text
Raw Normal View History

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