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

13 lines
413 B
Text

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tawashi</title>
<meta charset="UTF-8"/>
<meta name="description" content="Tawashi, text storage site." />
<meta name="keywords" content="text storage, pastebin, source code snippets, code review" />
<meta name="author" content="Elena" />
<link rel="stylesheet" href="tawashi.css" />
<link rel="icon" href="icon" />
</head>