mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 03:35:04 -05:00
16 lines
379 B
HTML
16 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Simulation Workbench</title>
|
|
<link rel="stylesheet" href="./simulationWorkbench.css" />
|
|
</head>
|
|
|
|
<body style="margin: 0px; min-height: 100vh"></body>
|
|
|
|
<script>
|
|
globalThis.projectRoot = require('path').join(__dirname, '../..');
|
|
</script>
|
|
<script src="../../dist/simulationWorkbench.js"></script>
|
|
</html>
|