7 lines
68 B
HTML
7 lines
68 B
HTML
<h1>Hello {{name}}!</h1>
|
|
|
|
<style>
|
|
h1 {
|
|
color: purple;
|
|
}
|
|
</style> |