Réorganisation des packages + renommage du projet en gitea-kan
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Gitea Apps</title>
|
||||
<title>Gitea Kan</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="gitea-apps" class="is-fullheight"></div>
|
||||
<div id="gitea-kan" class="is-fullheight"></div>
|
||||
<script type="text/javascript" src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -6,5 +6,6 @@ import { setBase } from '@riotjs/route';
|
||||
import { component } from 'riot';
|
||||
import AppLoader from './components/app-loader.riot';
|
||||
import './sass/_all.scss';
|
||||
import './index.html';
|
||||
|
||||
component(AppLoader)(document.getElementById('gitea-apps'));
|
||||
component(AppLoader)(document.getElementById('gitea-kan'));
|
||||
|
Reference in New Issue
Block a user