-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlogon.html
More file actions
29 lines (26 loc) · 1.27 KB
/
Copy pathlogon.html
File metadata and controls
29 lines (26 loc) · 1.27 KB
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
<!DOCTYPE html><!-- (C) oekobox-online.eu 2016. Free for use with oekobox-online services -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="app.css" rel="stylesheet" type="text/css"/>
<title>Logon Page</title>
<!-- replace this call with an url like https://oekobox-online.eu/v3/shop/<shopname>api/client.js -->
<script src="shop.js" data-main="app.js"></script> <!-- app.js illustrates custom css effects - the mouse over on items -->
</head>
<body>
<div class="header">
<div class="oo-loading" >
loading...<div class="oo-loading-big">loading... </div>
</div>
<div><a href="index.html">Start</a></div>
</div>
<h2>Anmelde/Abmeldeseite <a href="logon1.html">Alternative 1</a> </h2>
<h1>NoDesign@<span class="oo-system-title"></span></h1>
<div id="oo-flash" ></div>
<div id="pagecontent">
<div id="oo-navi" data-oo-shop-page="shop.html"></div>
<div id="oo-logon" data-oo-cart-page="cart.html" data-oo-loggedon-page="shop.html" data-oo-loggedout-page="index.html" data-oo-register-page="profile.html" ></div>
</div>
</body>
</html>