mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 13:21:04 +01:00
333d9a4053
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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>
|