Skip to content

Commit

Permalink
index movido
Browse files Browse the repository at this point in the history
  • Loading branch information
tonela10 committed May 31, 2024
1 parent b9b6f77 commit bf1704b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5PC45GKW4M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-5PC45GKW4M');
</script>
<script src="romans.js"></script>
<link rel="stylesheet" href="romans.css">
</head>
<body onload="init()">
<main class="container">
<section class="content">
<h1>Roman To Integer</h1>
<div class="group">
<input type="checkbox" name="mode-selector" />
<label for="mode-selector">Change Mode</label>
</div>
<div class="group">
<input type="text" name="conversion-input" />
</div>
<span class="convert-button">Convert</span>
<p class="convert-output"></p>
</section>
</main>
</body>
</html>

0 comments on commit bf1704b

Please sign in to comment.