-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebLinije.html
58 lines (51 loc) · 1.88 KB
/
webLinije.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Webinar Linije</title>
</head>
<body>
<a href="index.html"><img src="./assets/icons8-house-60.png" alt="home" class='home'></a>
<h1 class="head">LINIJE ZA WEBINAR</h1>
<!-- <button class="theme" onClick="themeChanger()"><img src="./assets/icon-moon.svg" alt="theme icon" id="icon-image"></button> -->
<hr>
<div class="input-space">
<label>Sajt</label><select name="" id="select">
<option value="GNWO">GNWO</option>
<option value="GDXO">GDXO</option>
<option value="GPO">GPO</option>
</select>
<label>Adver </label><input type="text" name="" id="adv" value="">
<label>Ime kampanje </label><input type="text" name="" id="chm" value="">
<label>NTV linija</label>
<select type="number" name="" id="num">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</div>
<button onclick="output()" class="gen">GENERISI</button>
<div class="hiden" id="hiden1">
<h1>ORDER</h1>
<div class="output">
<h1 id="order"></h1>
</div>
</div>
<div class="hiden" id="hiden2">
<h1>LINIJE</h1>
<div class="output" >
<h1 id="output"></h1>
</div>
</div>
<footer>
Coded by <a href="https://github.com/Danteie">Aca</a>.
</footer>
<script src="./script/script.js"></script>
</body>
</html>