mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
14 lines
419 B
HTML
14 lines
419 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
<script type="module" src="main.js" defer></script>
|
|
<title>Group Management</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|