feat(12): adding assets of the exercise
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
||||
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./public/images/favicon-32x32.png">
|
||||
|
||||
<title>Frontend Mentor | Order summary card</title>
|
||||
|
||||
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
|
||||
<style>
|
||||
.attribution { font-size: 11px; text-align: center; }
|
||||
.attribution a { color: hsl(228, 45%, 44%); }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Order Summary
|
||||
|
||||
You can now listen to millions of songs, audiobooks, and podcasts on any
|
||||
device anywhere you like!
|
||||
|
||||
Annual Plan
|
||||
$59.99/year
|
||||
|
||||
Change
|
||||
|
||||
Proceed to Payment
|
||||
Cancel Order
|
||||
|
||||
<div class="attribution">
|
||||
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
||||
Coded by <a href="#">Your Name Here</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -48,7 +48,7 @@ object Main {
|
||||
val context = new Context()
|
||||
context.setVariable("name", s"Johny $a")
|
||||
|
||||
val result = templateEngine.process("basic-template", context)
|
||||
val result = templateEngine.process("index", context)
|
||||
|
||||
cask.Response(
|
||||
result,
|
||||
|
||||
Reference in New Issue
Block a user