-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.5 KB
/
Copy pathindex.html
File metadata and controls
46 lines (42 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FTLibrary</title>
<link rel="stylesheet" href="style.css">
<!-- Icons -->
<link rel="icon" href="logo.svg">
<link rel="shortcut icon" href="logo.svg">
<link rel="apple-touch-icon" href="logo.svg">
<!-- Search engines -->
<meta name="description" content="A collection of 100 free tools you probably didn't know">
<meta name="author", content="Bl4nk_Space">
<!-- OpenGraph (preview on media) -->
<meta property="og:title" content="FT Library">
<meta property="og:description" content="A collection of 100 free tools you probably didn't know">
<meta property="og:image" content="banner.png">
<meta property="og:url" content="https://bl4nkspace.github.io/toolslibrary/">
</head>
<body>
<!-- Title with logo -->
<div id="title">
<img id="titleLogo" src="logo.svg", alt="logo">
<h1>FT Library <span class="small">(free tools library)</span></h1>
</div>
<!-- Toast with email -->
<div id="toolSuggestion">
Missing tool ? Bug spotted ? Mail at
<a href="mailto:ftlibrary@proton.me">ftlibrary@proton.me</a> !
<span id="closeSuggestion">X</span>
</div>
<!-- Search bar -->
<div id="searchContainer">
<input type="text" id="searchInput" placeholder="Search for a tool...">
</div>
<!-- Cards go here -->
<div id="container">
</div>
<script src="script.js"></script>
</body>
</html>