@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
25 lines (20 loc) • 769 B
HTML
<!--
Generated entry point referenced by the `renderer` [.ts] configuration.
See: .uiharness.yml
web:
entry: <path>/web.tsx
-->
<html>
<head>
<meta charset="UTF-8">
<title>ui</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/normalize.638112ee.css">
<link rel="stylesheet" type="text/css" href="/global.b87991ea.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap">
<script src="/normalize.638112ee.js"></script><script src="/global.b87991ea.js"></script></head>
<body>
<div id="root"></div>
</body>
<script src="/entry.ff9491fa.js"></script>
</html>