Skip to content

Commit 15cdaf6

Browse files
committed
Merge branch 'lega911-master'
2 parents 0326d4c + a6cb8cf commit 15cdaf6

File tree

9 files changed

+554
-1
lines changed

9 files changed

+554
-1
lines changed

frameworks/keyed/malina/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
public/bundle.*

frameworks/keyed/malina/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Malina.js
2+
3+
[Malina.js](https://malinajs.github.io)

frameworks/keyed/malina/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Malina</title>
5+
<link href="/css/currentStyle.css" rel="stylesheet"/>
6+
</head>
7+
<body >
8+
<div id="main" class="container">
9+
</div>
10+
<script src='public/bundle.js'></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)