17 lines
368 B
HTML
17 lines
368 B
HTML
<!doctype html>
|
|
<html>
|
|
<meta charset="UTF-8" />
|
|
<head>
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
|
|
crossorigin="anonymous"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Test paragraph</p>
|
|
</body>
|
|
</html>
|