v2 / vlib / v / slow_tests / inout / file.html
60 lines · 53 sloc · 1.17 KB · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1<!DOCTYPE html>
2<html>
3
4<head>
5<style>
6h1 {
7color: green;
8}
9
10@keyframes mymove {
11 from {top: 0px;}
12 to {top: 200px;}
13}
14</style>
15<style media="print">
16h1 {
17color: red;
18}
19</style>
20<script type="application/ld+json">
21<!-- JSON-LD -->
22</script>
23<script>
24document.getElementById("demo").innerHTML = "Hello JavaScript!";
25
26const classes = `header ${ isLargeScreen()? '' :
27`icon-${item.isCollapsed ? 'expander' : 'collapser'}` }`;
28</script>
29<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@@5.1.0/dist/css/bootstrap.min.css">
30<script src="https://cdn.jsdelivr.net/npm/bootstrap@@5.1.0/dist/js/bootstrap.bundle.min.js"></script>
31</head>
32
33<body>
34<header>
35<h1>@{title}</h1>
36<p>@title</p>
37.hello {
38 .hello2 {
39 <b>hi</b><br>
40 }
41}
42
43@include 'embedded.html'
44
45<a href="@website.link">@website.link</a>
46<a href="mailto:example@@@website.link">Email</a>
47</header>
48<pre>
49 _
50 | |
51 _____ ____ _ _ __ ___ _ __ | | ___
52 / _ \ \/ / _` | '_ ` _ \| '_ \| |/ _ \
53 | __/> < (_| | | | | | | |_) | | __/
54 \___/_/\_\__,_|_| |_| |_| .__/|_|\___|
55 | |
56 |_|
57</pre>
58</body>
59
60</html>
61