mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
158 B
HTML
7 lines
158 B
HTML
<html>
|
|
<script type="module" src="./ssr-benchmarks/server/server.mjs"></script>
|
|
<body>
|
|
Check the console.
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|