mirror of
https://github.com/trambarhq/relaks-wordpress-example.git
synced 2025-09-08 23:20:40 +02:00
Upgraded to latest version of Relaks and related libraries. Reduced indentation from 4 to 2.
13 lines
436 B
HTML
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>
|