forked from thomaspark/fontcdn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FontCDN: Search and Proxy for Google web fonts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="FontCDN">
<meta property="og:type" content="website">
<meta property="og:url" content="https://fontcdn.toolforge.org/">
<meta property="og:description" content="Search and Proxy for Google web fonts">
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<script defer src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script defer src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/zeroclipboard/2.2.0/ZeroClipboard.min.js"></script>
<script defer src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/webfont/1.5.18/webfontloader.js"></script>
<script defer src="bundle.js"></script>
</body>
</html>