-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.16 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
<!DOCTYPE html>
<!--
/*
* INTER-Mediator
* Copyright (c) INTER-Mediator Directive Committee (http://inter-mediator.org)
* This project started at the end of 2009 by Masayuki Nii [email protected].
*
* INTER-Mediator is supplied under MIT License.
* Please see the full license for details:
* https://github.com/INTER-Mediator/INTER-Mediator/blob/master/dist-docs/License.txt
*/ -->
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>INTER-Mediator App.</title>
</head>
<body>
<h1>The template repository for INTER-Mediator Application</h1>
<p>The sample page is <a href="sample_page/">here</a>.</p>
<h3>Highlight of the sample page.</h3>
<ul>
<li>Simple database (just 1 table) application.</li>
<li>List-Detail style navigation.</li>
<li>One image file can be attached to a record (you have to care the setting to store images).</li>
<li>Authentication required.</li>
<li>Bootstrap already integrated, and navigation bar is prepared.</li>
<li>The list page has sticky labels on the top of it</li>
<li>The Utility Panel can define on the page.</li>
</ul>
</body>
</html>