1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

...rename duckbin to kamokan --> 鴨缶. yay!

This commit is contained in:
King_DuckZ 2017-06-03 20:52:57 +01:00
parent ae283b6c96
commit cb2d163981
16 changed files with 50 additions and 50 deletions

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

@ -2,20 +2,20 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DuckBin</title>
<title>KamoKan</title>
<meta charset="UTF-8"/>
<meta name="description" content="DuckBin, text storage site." />
<meta name="description" content="KamoKan, text storage site." />
<meta name="keywords" content="text storage, pastebin, source code snippets, code review" />
<meta name="author" content="Unknown" />
<link rel="stylesheet" href="duckbin.css" />
<link rel="stylesheet" href="kamokan.css" />
<link rel="icon" href="icon" />
</head>
<body>
<div id="topbar">
<p id="version">duckbin 1.0.0</p>
<a href="index.html"><img src="Pictures/duckbin-icon-new.png" alt="duckbin icon" class="icon"></a>
<p id="version">kamokan 1.0.0</p>
<a href="index.html"><img src="Pictures/kamokan-icon-new.png" alt="kamokan icon" class="icon"></a>
<a href="save.html"><input type="image" src="Pictures/save-ink-t.png" alt="Submit" class="icon-green" title="Save"/></a>
<a href="index.html"><img src="Pictures/new-ink-t.png" alt="new icon" class="icon-green" title="New"/></a>
<a href=""><img src="Pictures/edit-ink-t.png" alt="duplicate and edit icon" class="icon-green" title="Duplicate and Edit"/></a>
@ -27,6 +27,6 @@
<div id="content">
<p></p>
</div>
</body>
</html>

View file

@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DuckBin</title>
<title>KamoKan</title>
<meta charset="UTF-8"/>
<meta name="description" content="DuckBin, text storage site." />
<meta name="description" content="KamoKan, text storage site." />
<meta name="keywords" content="text storage, pastebin, source code snippets, code review" />
<meta name="author" content="Elena" />
<link rel="stylesheet" href="duckbin.css" />
<link rel="stylesheet" href="kamokan.css" />
<link rel="icon" href="icon" />
</head>

View file

@ -1,6 +1,6 @@
<div id="topbar">
<p id="version">duckbin {{version}}</p>
<a href="{{base_uri}}"><img src="Pictures/duckbin-icon-new.png" alt="duckbin icon" class="icon"></a>
<p id="version">kamokan {{version}}</p>
<a href="{{base_uri}}"><img src="Pictures/kamokan-icon-new.png" alt="kamokan icon" class="icon"></a>
<a href="save.html"><input type="image" src="Pictures/save-ink.png" alt="Submit" class="icon-green" title="Paste"/></a>
<a href="{{base_uri}}"><img src="Pictures/new-ink.png" alt="new icon" class="icon-green" title="New"/></a>
<a href="edit.html"><img src="Pictures/edit-ink.png" alt="duplicate and edit icon" class="icon-green" title="Duplicate and Edit"/></a>