-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.html
More file actions
44 lines (35 loc) · 1.29 KB
/
plugins.html
File metadata and controls
44 lines (35 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#a32d32">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>junty</title>
<link rel="stylesheet" href="public/dist/css/main.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="public/images/favicon.png" />
<meta property="og:locale" content="en_US">
<meta property="og:url" content="http://the-junty.github.io">
<meta property="og:title" content="junty">
<meta property="og:site_name" content="Nome do meu site">
<meta property="og:description" content="Automation for streams handling with tasks for PHP 7">
<meta property="og:image" content="http://the-junty.github.io/public/images/logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:type" content="website">
<script src="public/dist/js/main.js"></script>
</head>
<body>
<div class="div30px"></div>
<nav>
</nav>
<header>
</header>
<main>
<article id="plugins">
<ul id="plugins-list"></ul>
</article>
</main>
<footer>
</footer>
</body>
</html>