Start of works on frontend
This commit is contained in:
@ -1,11 +1,30 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="styles/main.css" />
|
||||
<script src="js/nashboard.js"></script>
|
||||
<script src="js/mainpage.js"></script>
|
||||
<title>NashBoard</title>
|
||||
</head>
|
||||
<body>
|
||||
Hello world!
|
||||
</body>
|
||||
</html>
|
||||
</head>
|
||||
|
||||
<template id="booktag">
|
||||
<span></span>
|
||||
</template>
|
||||
|
||||
<template id="bookmark">
|
||||
<div class="card">
|
||||
<h3 id="bookmark_name"></h3>
|
||||
<a id="bookmark_link" href=""></a>
|
||||
<p id="bookmark_tags" class="tags"></p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<h1>Dashboard protorype</h1>
|
||||
<div id="bookmarks"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user