You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
828 B
24 lines
828 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<link rel="stylesheet" href="./style.css"> |
|
<script defer src="./script.js"></script> |
|
<title>Text Document</title> |
|
</head> |
|
<body> |
|
<div id="static"> |
|
<div class="card"> |
|
<h1>title</h1> |
|
<p>description</p> |
|
<img width="400" height="300" src="https://images.unsplash.com/photo-1665581688232-de69dbcc2ffc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2940&q=80" alt="unsplash image"> |
|
<div> |
|
<a href="google.com">google</a> |
|
</div> |
|
</div> |
|
</div> |
|
<div id="app"></div> |
|
</body> |
|
</html> |