Files
owl/tools/benchmarks/react/index.html
T

15 lines
357 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React Benchmark</title>
<link href="../shared/main.css" rel="stylesheet"/>
<script src='react.production.min.js'></script>
<script src='react-dom.production.min.js'></script>
</head>
<body>
<div id='main'></div>
<script src='app.js' type="module"></script>
</body>
</html>