mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 19:57:25 +02:00
12 lines
No EOL
348 B
Text
12 lines
No EOL
348 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="<%= htmlWebpackPlugin.files.chunks.main.entry %>"></script>
|
|
</body>
|
|
</html> |