-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (61 loc) · 3.21 KB
/
index.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
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>RIOT Web Apps New modern website + Inventori Stock Apps</title>
<meta neme="description" content="single page application blog using riot js, free download and open source code">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://riot.js.org/img/logo/square.svg' rel='icon' type='image/x-icon'/>
<link rel="stylesheet" href="/style/stack.css">
<link rel="stylesheet" href="/style/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css">
<script src="/js/riot.min.js"></script>
<script src="/js/route.min.js"></script>
</head>
<body>
<div class="col-12 col-md-12 fixed-top bg-light text-center">
<nav class="navbar p-3">
<a href="/about">About</a> <a href="/doc">Doc</a> <a href="/"><img width="40" src="https://riot.js.org/img/logo/square.svg"/></a> <a href="/blog">Inventori</a> <a href="/admin">Log In</a>
</nav>
<!--<a class="u-pull-right" href="/admin">Admin</a>-->
</div>
<div class="container">
<div class="col-12 col-md-12 p-3 p-md-5"></div><br/>
<div id="view"></div>
</div>
<footer class="col-12 col-md-12 p-3 p-md-5 bg-light">
<div class="row">
<div class="col-12 col-md-3 border border-white p-3 p-md-5">
<h3>Menu</h3>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/doc">Doc</a></li>
<li><a href="/sign in">Log In</a></li>
</ul>
</div>
<div class="col-12 col-md-6 border border-white p-3">
<h3>Donation</h3><p>make a contribution by sharing our application with the world through your social media or voluntary donations to our account so we can give the best for you again.<br/>Donate Now using moneygram or western union send money to we local bank account.<br/>BANK CENTRAL ASIA<br/>ACCOUNT NO : 0181884109<br/>ACCOUNT NAME : SUCI CHANIFAH<br/>IBAN/SWIFT CODE : CENAIDJA</p>
</div>
<div class="col-12 col-md-3 border border-white p-3 p-md-5">
<h3>Connect</h3>
<ul>
<li><a href="https://www.youtube.com/c/bakoelraksupermarketMesinKasir/videos">Youtube</a></li>
<li><a href="https://www.hockeycomputindo.com">Blogger</a></li>
<li><a href="https://mesinkasir.asia">Website</a></li>
<li><a href="https://mesinkasironline.web.app">Web Apps</a></li>
</ul>
</div>
</div>
</footer>
<script src="/js/posts.js"></script>
<script src="/js/tags.js"></script>
<script src="/js/router.js"></script>
<script>riot.mount('*');</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</div>
</body>
</html>