summaryrefslogtreecommitdiffstats
path: root/nem/test/1/naredi.html
diff options
context:
space:
mode:
Diffstat (limited to 'nem/test/1/naredi.html')
-rw-r--r--nem/test/1/naredi.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/nem/test/1/naredi.html b/nem/test/1/naredi.html
new file mode 100644
index 0000000..e266fe2
--- /dev/null
+++ b/nem/test/1/naredi.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset=UTF-8 />
+ <title>
+ priprava na test#1
+ </title>
+ <script src=priprava.js></script>
+ </head>
+ <body>
+ <h1>
+ naredi svoj vprašalnik
+ </h1>
+ <p>
+ odgovore se preverja ne ozirajoče se na velike in male črke. vprašalnik
+ se avtomatsko shrani v povezavo spodaj.
+ </p>
+ <div id=vpr>
+ </div>
+ <hr>
+ <input type=button value="dodaj vprašanje" onclick=dodaj(); />
+ <a id=urejevalnik href=#>povezava do te seje urejevalnika</a>
+ <a id=vprasalnik href=priprava.html# >
+ povezava do tega narejenega vprašalnika
+ </a>
+ <br>
+ </body>
+</html>