25 lines
475 B
PHP
25 lines
475 B
PHP
<?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>
|