mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-03 12:50:02 +00:00
Move installable html into the website/ subdirectory.
This commit is contained in:
parent
c7545f27cf
commit
5baaa8c8a8
15 changed files with 1 additions and 1 deletions
13
html/website/head.mustache
Normal file
13
html/website/head.mustache
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue