deno.land / x / lume@v2.1.4 / tests / assets / inline / index.vto

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Inline test</title> <link id="el-1" rel="stylesheet" href="styles.css"> <link id="el-2" nonce="1234" media="print" rel="stylesheet" href="styles.css" data-custom="attr" inline> <link id="el-3" rel="shortcut icon" href="/favicon.svg" inline> <link id="el-4" rel="shortcut icon" href="/favicon.svg"> <link id="el-5" rel="shortcut icon" href="/other%20favicon.png" inline> <link id="el-6" rel="shortcut icon" href="/other favicon.png"></head><body> <img id="el-7" class="has-svg" src="./favicon.svg" custom="value" inline> <img src="./favicon.svg" inline> <img id="el-8" class="has-svg" src="./favicon.svg"> <img id="el-9" class="has-png" src="./other favicon.png" inline> <img id="el-10" class="has-png" src="./other favicon.png"> <img src="./favicon.svg" width="123" inline> <img src="./favicon.svg" width="200" height="200" inline> <script id="el-11" src="./script.js"></script> <script id="el-12" src="./script.js" inline></script> <script id="el-13" src="./script.js" type="module" @attr="custom" inline></script> <template> <img id="el-14" class="has-svg" src="./favicon.svg" inline> </template></body></html>
lume

Version Info

Tagged at
7 months ago