mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
25 lines
616 B
HTML
25 lines
616 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Micrach</title>
|
|
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
|
|
crossorigin="anonymous"
|
|
>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
|
|
crossorigin="anonymous">
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
INDEX
|
|
</div>
|
|
</body>
|
|
|
|
</html> |