25 lines
595 B
Plaintext
25 lines
595 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<title>TITLE</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
||
|
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-teal.css">
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
|
<body>
|
||
|
|
||
|
|
||
|
|
||
|
<div class="w3-container w3-padding-32 w3-theme-d1">
|
||
|
<h1>TITLE</h1>
|
||
|
</div>
|
||
|
|
||
|
<div class="w3-card">
|
||
|
CONTENT
|
||
|
</div>
|
||
|
<div class="w3-container w3-theme-d4">
|
||
|
<p class="w3-large">DATE</p>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|