Skip to content

Commit

Permalink
update lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 authored Oct 21, 2024
1 parent cfca869 commit a64922d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
21 changes: 6 additions & 15 deletions classplay/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apps (Under Development)</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon-halloween.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<script src="https://unpkg.com/@phosphor-icons/web"></script>
</head>
<body>
Expand All @@ -21,9 +21,11 @@
</ul>
</nav>

<br><br><br><br>
<center>
<h1 class="title">Apps</h1>
</center>

<div class="apps-container">
<div class="games-container">

<div class="container">

Expand All @@ -32,20 +34,9 @@
<img src="classplay/img/gforms-logo.png" style="width: 150px;" alt="glogo">
</a>
<div class="game-title-overlay">
<span>Request an app</span>
<span>Request an App</span>
</div>
</div>
<br><br><br><br>

<center>
<img src="img/favicon.png" style="margin-right: 24px; height: 250px;" class="logo"><br>
</center>

<div class="container">
<h1 class="home-title" style="margin-top: -25px;">Apps - Under Development</h1>
</div>

<br><br><br><br>


</body>
Expand Down
4 changes: 2 additions & 2 deletions classplay/classplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ClassPlay</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<script src="https://unpkg.com/@phosphor-icons/web"></script>
</head>
<body>


<nav>
<ul>
<a href="index.html"><img src="/img/favicon.png" class="github-icon" style="margin-left: 10px; height: 30px; margin-top: -2px;" alt=""></a>
<a href="/index.html"><img src="/img/favicon.png" class="github-icon" style="margin-left: 10px; height: 30px; margin-top: -2px;" alt=""></a>
<li><a href="classplay.html">Home</a></li>
<li><a href="g.html">Games</a></li>
<li><a href="apps.html">Apps</a></li>
Expand Down
2 changes: 1 addition & 1 deletion classplay/g.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ClassPlay - Games</title>
<link rel="shortcut icon" href="favicon-halloween.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand Down

0 comments on commit a64922d

Please sign in to comment.