forked from swiftlang/swift-docc-render
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.02 KB
/
index.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
<!--
This source file is part of the Swift.org open source project
Copyright (c) 2021 Apple Inc. and the Swift project authors
Licensed under Apache License v2.0 with Runtime Library Exception
See https://swift.org/LICENSE.txt for license information
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
-->
<!DOCTYPE html>
<html lang="en-US" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="mask-icon" href="<%= BASE_URL %>favicon.svg" color="#333333">
<title><%= process.env.VUE_APP_TITLE %></title>
<script type="application/javascript">var baseUrl = "<%= BASE_URL %>"</script>
</head>
<body data-color-scheme="auto">
<noscript><%= require('@/assets/global-elements/noscript.html').default %></noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>