mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-29 11:33:17 +01:00
17 lines
No EOL
845 B
HTML
17 lines
No EOL
845 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<html>
|
|
<head>
|
|
<title>sketcher.js</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext">
|
|
<link rel="shortcut icon" href="img/tgn.png" />
|
|
<link rel="stylesheet" href="css/toolkit.css">
|
|
<link rel="stylesheet" href="/lib-assets/font-awesome/css/font-awesome.min.css">
|
|
<script src="lib/verb.js"></script>
|
|
</head>
|
|
<body class="small-typography" style="background: #3a687d">
|
|
<div id="embed-here" style="position: absolute; left: 50px; top: 50px; width: 700px; height: 700px"></div>
|
|
<script src="static/component.bundle.js"></script>
|
|
</body>
|
|
</html> |