sucessful backend implementation for spectrometer
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function kebab () {
|
||||
$('#values').html('kebab');
|
||||
console.log('yeet');
|
||||
}
|
||||
Vendored
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Generated
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"requires": true,
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"jquery": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
|
||||
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,17 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<link rel="stylesheet" href="lib/bootstrap.min.css">
|
||||
<script src="lib/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<title>TeraHz</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container text-center"><h1>TeraHz</h1></div>
|
||||
|
||||
<div class="container">
|
||||
<h3>Vrednosti:</h3><br>
|
||||
<div id="values"><div>
|
||||
<div id="values">burek<div>
|
||||
</div>
|
||||
<script src="lib/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/jquery-3.3.1.min.js"></script>
|
||||
<script src="frontend.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user