16 lines
447 B
HTML
16 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Syso</title>
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="js"></div>
|
|
<script src="https://use.fontawesome.com/1da10bbdec.js"></script>
|
|
<script type="text/javascript" src="/dist/bundle.js"></script>
|
|
</body>
|
|
</html>
|