This commit is contained in:
Nazar Kanaev 2020-07-02 22:52:09 +01:00
parent 865da97f94
commit 8ffd89c2e7
3 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>yarr</title>
<title>YARR</title>
<link rel="stylesheet" href="./static/stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="./static/stylesheets/app.css">
<link rel="icon shortcut" href="./static/images/anchor.png">
</head>
<body>
<div class="wrapper d-flex vh-100" id="app" v-cloak>

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

View File

@ -0,0 +1 @@
<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" class="feather feather-anchor"><circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path></svg>

After

Width:  |  Height:  |  Size: 345 B