-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexold.html
40 lines (28 loc) · 1.41 KB
/
indexold.html
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
<!-- cpanel - site_templates/vcard_dev/index.html.tt Copyright(c) 2016 cPanel, Inc.
All rights Reserved.
copyright@cpanel.net http://cpanel.net
This code is subject to the cPanel license. Unauthorized copying is prohibited -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Dean Schulz</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="icon" href="/assets/images/favicon.ico" />
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png" />
<link href="assets/css/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
<!-- Page stylesheet -->
<link id="css-core" rel="stylesheet" type="text/css" href="assets/core.css" />
<link id="css-cpanel" rel="stylesheet" type="text/css" href="assets/cpanel.css" />
<script src="assets/config.js"></script>
</head>
<body>
<!-- App root -->
<div id="mainContainer">
<noscript class="noscript">Your browser has javascript turned off. Please reload the site with javascript enabled to view the site.</noscript>
<div class="spinner"><div class="spinner__inner"></div></div>
</div>
<script id="js-vendor" src="dist/dll.vendor.js"></script>
<script id="js-main" src="dist/main.js"></script>
</body>
</html>