portfolio-xs
Version:
This is a tool to generate portfolio based with your markdown file
14 lines (13 loc) • 324 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title><!-- TITLE_INJECTED --></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./index.css" />
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>