hyperlinks

This commit is contained in:
Jordan Scales 2020-04-18 08:56:01 -04:00
parent 9739c7689e
commit b082d62415
2 changed files with 18 additions and 1 deletions

View file

@ -15,7 +15,7 @@
</style>
</head>
<body>
<div class="dialog">
<div class="dialog" style="width: 400px">
<div class="menubar">
<div class="menubar-title">
Windows 98 Example
@ -86,10 +86,18 @@
</div>
</section>
<section>
</section>
<section class="field-row align-right">
<button>OK</button>
<button>Cancel</button>
</section>
<section>
<a href="https://google.com">Learn more</a>
</section>
</div>
</div>
</body>