fantastic-umbrella-dev-CHARLIE

Cumbie’s CIS 376 Fall ‘25 One-and-only Group project.

Assignment Instructions

Code Base Example

how to use bs icons

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>

<!-- /https://icons.getbootstrap.com/ -->

<style>

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
</style>

</head>

<h1><i class="bi bi-controller"></i>Barry's fun game place</h1>
<body>
    
</body>
</html>