mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-11 09:11:47 +01:00
19 lines
407 B
HTML
19 lines
407 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Vote</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/browse/normalize.css@8.0.1/normalize.css">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<h1>This is a Heading</h1>
|
|
<p>This is a paragraph.</p>
|
|
</body>
|
|
<script type="text/javascript" src="main.css"></script>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
console.log("loaded");
|
|
//]]>
|
|
</script>
|
|
</html>
|