cirsim
Version:
Cirsim Circuit Simulator
28 lines (24 loc) • 484 B
HTML
<html>
<head>
<link rel="shortcut icon" href="../img/favicon.ico" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<style>
div {
box-sizing: border-box;
}
</style>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<style>
body {
margin: 0;
}
</style>
<body>
<div class="cirsim-install cirsim-window">{
"display": "window",
"components": "all"
}</div>
</body>
</html>