Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ejs
More file actions
Latest commit
23 lines (23 loc) · 1017 Bytes
/
Copy pathindex.ejs
File metadata and controls
23 lines (23 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport"content="width=device-width, initial-scale=1">
<metahttp-equiv="X-UA-Compatible"content="ie=edge">
<metahttp-equiv="Content-type"content="text/html; charset=utf-8" />
<%if (htmlWebpackPlugin.options.description) { %>
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>
<% } %>
<linkrel="apple-touch-icon"href="assets/apple-icon-180x180.png">
<linkrel="icon"type="image/png"sizes="192x192"href="assets/192x192.png">
<linkrel="icon"type="image/png"sizes="32x32"href="assets/favicon-32x32.png">
<linkrel="icon"type="image/png"sizes="96x96"href="assets/favicon-96x96.png">
<linkrel="icon"type="image/png"sizes="16x16"href="assets/favicon-16x16.png">
<linkrel="manifest"href="assets/manifest.json">
<metaname="theme-color"content="#2d9cdb">
<title>Fall Project - Modern Freelance</title>
</head>
<body>
<divclass="app"></div>
</body>
</html>