mirror of
https://github.com/aleleba/create-react-go-ssr.git
synced 2025-06-21 00:18:12 -06:00
First commit creating version 0.0.1
This commit is contained in:
22
public/index.html
Normal file
22
public/index.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<!-- ${manifestJson} -->
|
||||
<link href="assets/frontend.css" rel="stylesheet" type="text/css"></link>
|
||||
|
||||
<title>App</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- <script>
|
||||
window.__PRELOADED_STATE__ = ${JSON.stringify(preloadedState).replace(/</g, '\\u003c')}
|
||||
</script> -->
|
||||
<script src="assets/app-frontend.js" type="text/javascript"></script>
|
||||
<script src="assets/vendor-vendors.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user