-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 881 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<!-- This is an automagically generated document! -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=large, initial-scale=1.0">
<title>The Dogeforce Project</title>
<link rel="shortcut icon" type="image/png" href="/images/icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/design-system/2.12.1/styles/salesforce-lightning-design-system.min.css">
<link rel="stylesheet" href="/css/site.css">
</head>
<body class="slds-theme_default">
<div class="slds-m-left_medium slds-text-align_center">
<p>
<img src="/images/logo.png" class="dgf-logo">
</p>
<p class="slds-text-heading_large">
<a href="/">Dogeforce</a>
</p>
</div>
</body>
</html>