RegGPT-Front-End / src /index.html
Hammaad
Merge branch 'main' of https://huggingface.co/spaces/IronOne-Atrad/RegGPT-Front-end
80d1dad
raw
history blame contribute delete
576 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Reg GPT</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap JavaScript and Popper.js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<app-root></app-root>
</body>
</html>