421ecf17e6
* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
13 lines
255 B
HTML
13 lines
255 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<title>Static CMS - GitLab Development Test</title>
|
|
</head>
|
|
<body>
|
|
<script src="/static-cms-core.js"></script>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|