-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
34 lines (27 loc) · 1.25 KB
/
index.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="generator" content="Adobe® Photoshop® CC">
<title>Adobe® Photoshop® CC Keyboard Shortcuts</title>
<link rel="stylesheet" href="//cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<script src="scripts/lib/jquery-3.2.1.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.4/js/all.js"></script>
<script src="//cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
<script src="scripts/main.js"></script>
</head>
<body>
<h1 class="title">Adobe<span class="superscript">®</span> Photoshop<span class="superscript">®</span> CC Keyboard Shortcuts</h1>
<!-- Search Box -->
<div class="wrapper">
<main>
<label class="searchbox">
<span>Quick Find <i class="fas fa-search"></i></span>
<input type="search" name="search-term" placeholder="Shortcut/Cmd Name">
</label>
</main>
</div>
</body>
</html>