Icons and descriptions
This commit is contained in:
BIN
ui/favicon.ico
Normal file
BIN
ui/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
BIN
ui/icon.png
Normal file
BIN
ui/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -5,6 +5,18 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Kreatyw</title>
|
||||
<link rel="stylesheet" href="/ui/style.css" />
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="/ui/favicon.ico" />
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Kreatyw" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:image" content="/ui/icon.png" />
|
||||
<meta name="theme-color" content="#fafafa" />
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Kreatyw" />
|
||||
<meta name="twitter:image" content="/ui/icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mobile-header">
|
||||
@@ -24,7 +36,21 @@
|
||||
<h1 class="brand">Kreatyw</h1>
|
||||
</div>
|
||||
<button id="sidebar-toggle" class="btn-icon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="3" y1="6" x2="21" y2="6"></line>
|
||||
<line x1="3" y1="18" x2="21" y2="18"></line>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="app-layout">
|
||||
@@ -120,8 +146,24 @@
|
||||
autofocus
|
||||
placeholder="Start writing something poetic..."
|
||||
></textarea>
|
||||
<button id="accept-suggestion-btn" class="btn-floating" title="Accept Suggestion">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
||||
<button
|
||||
id="accept-suggestion-btn"
|
||||
class="btn-floating"
|
||||
title="Accept Suggestion"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<polyline points="20 6 9 17 4 12"></polyline>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user