2017-04-21 18:01:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
<head>
|
2017-06-03 19:52:57 +00:00
|
|
|
<title>KamoKan</title>
|
2017-04-21 18:01:13 +00:00
|
|
|
<meta charset="UTF-8"/>
|
2017-06-03 19:52:57 +00:00
|
|
|
<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" />
|
2017-06-14 23:06:47 +00:00
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
2017-04-21 18:01:13 +00:00
|
|
|
<link rel="icon" href="icon" />
|
|
|
|
|
2017-06-14 23:06:47 +00:00
|
|
|
<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" />
|
|
|
|
|
2017-04-21 18:01:13 +00:00
|
|
|
</head>
|