tsukuba-me
Version:
University of Tsukuba school life utilities. Manaba attend (atmnb) helper, and PaperCut U.T. uploader.
25 lines • 983 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Tsukuba Me</title>
<link rel="import" href="sections/nav.html">
<link rel="import" href="sections/login.html">
<link rel="import" href="sections/atmnb.html">
<link rel="import" href="sections/print.html">
<!-- Material-UI -->
<link rel="stylesheet" href="node_modules/materialize-css/dist/css/materialize.min.css">
<script src="node_modules/materialize-css/dist/js/materialize.min.js"></script>
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
</head>
<body id="body-grid">
<header id="header-grid" class="header"></header>
<main id="main-grid" class="content container center-align"></main>
<footer id="footer-grid"></footer>
<script>
const path = require('path')
require(path.join(__dirname, '/renderer/import'))
</script>
</body>
</html>