1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-08 23:20:40 +02:00
Files
relaks-wordpress-example/server/client/index.html
Chung Leong befafd76e0 Upgraded to Babel 7.
Upgraded to latest version of Relaks and related libraries.
Reduced indentation from 4 to 2.
2020-02-16 15:06:26 +01:00

13 lines
436 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, user-scalable=no">
<title>Relaks WordPress Example</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link href="/main.css" rel="stylesheet"></head>
<body>
<div id="react-container"><!--REACT--></div>
<script type="text/javascript" src="/front-end.js"></script></body>
</html>