mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
10 lines
109 B
HTML
10 lines
109 B
HTML
<h1>Great success!</h1>
|
|
|
|
<a href="foo">foo</a>
|
|
<a href="bar">bar</a>
|
|
|
|
<style>
|
|
h1 {
|
|
color: red;
|
|
}
|
|
</style> |