service-core/example/public/index.html

15 lines
359 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Service Core</title>
<link href="/main.css" rel="stylesheet" />
</head>
<body>
<section id="header"></section>
<main id="content"></main>
<script src="main.js"></script>
</body>
</html>