14 lines
407 B
HTML
14 lines
407 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com">
|
|
<link rel="help" href="https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector">
|
|
<style>
|
|
:root {
|
|
font-size: 50px;
|
|
}
|
|
</style>
|
|
<main>
|
|
<a href="">
|
|
Simply <em style="text-emphasis-style: '!'; text-emphasis-color: green;">UNACCEPTABLE</em>.
|
|
</a>
|
|
</main>
|