11 lines
188 B
Text
11 lines
188 B
Text
{
|
|
let x = 1;
|
|
}
|
|
<body>
|
|
<h1>Yo.</h1>
|
|
<a src="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Click this {x}</a>
|
|
{
|
|
println!("test");
|
|
<p>More Html</p>
|
|
}
|
|
</body>
|