-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
<title>Greeting Message</title>
<style>
#lbl {
font-family: monospace;
font-size: xx-large;
color: #626262;
padding: 5px;
border: 1px solid #ececec;
text-align: center;
line-height: 1.5;
height:85%
}
#date{
font-size:large;
}
body{
background-color: aliceblue;
}
</style>
It's ${date}
`;
</script>
Metadata
Metadata
Assignees
Labels
No labels