mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-07 03:26:43 +01:00
implemented generation of pages for each data in json
This commit is contained in:
10
example/webInput/index.html
Normal file
10
example/webInput/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>My First Heading</h1>
|
||||
<p>My first paragraph.</p>
|
||||
|
||||
<konstrui-template html="templates/userTemplate.html" data="templates/userTemplate.json"></konstrui-template>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user