first commit

This commit is contained in:
bryce
2025-07-23 17:36:36 +12:00
commit 341ff47635
16 changed files with 624 additions and 0 deletions

24
index.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
?>
<!doctype html>
<html lang=eng>
<head>
<title>Bryce's Lists</title>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<div class='section'>
<h1>Bryce's Lists</h1>
</div>
<div class='section'>
<h4>Choose one</h4>
<div class='card'>
<div class='img'>
<img src='.jpg'>
</div>
<div class='name'>
<p class='line1'>
</div>
</div>
</div>