mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-21 16:35:00 +00:00
Update source link
This commit is contained in:
parent
7109f6f6d6
commit
53d8ce6d3a
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -4,7 +4,9 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>KV diagram calculator</title>
|
<title>KV diagram calculator</title>
|
||||||
|
<link rel="shortcut icon" href="favicon.png">
|
||||||
<link data-trunk rel="rust" data-bin="svg-wasm"/>
|
<link data-trunk rel="rust" data-bin="svg-wasm"/>
|
||||||
|
<link data-trunk rel="copy-file" href="favicon.png"/>
|
||||||
<style>
|
<style>
|
||||||
textarea {
|
textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
@ -35,7 +37,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div><h1>KV diagram calculator</h1><a href="https://git.scc.kit.edu/uskyk/kv">(source code)</a></div>
|
<div><h1>KV diagram calculator</h1><a href="https://gitlab.kit.edu/uskyk/kv">(source code)</a></div>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<div id="settings">
|
<div id="settings">
|
||||||
<label>Number of variables: <input type="number" min="1" value="3" id="variables"></label><button id="apply-variables">Apply</button>
|
<label>Number of variables: <input type="number" min="1" value="3" id="variables"></label><button id="apply-variables">Apply</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user