Skip to content

Commit

Permalink
Add comments to make it easier to edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrothers authored Aug 21, 2023
1 parent db0aa1d commit 3750473
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
<script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
</head>
<body>
<!-- example content -->
<!-- Title Section -->
<div class="mui-container">
<div class="mui-panel">
<div class="mui--text-center">
<h1>NCRI Links</h1>
</div>

<!-- Entry -->
<div class="mui-row mui--align-middle">
<div class="mui-col-md-4">
<button onclick="window.location.href='https://helpmencri.org/HELP';" class="mui-btn mui-btn--primary mui-col-md-12 mui-btn--raised">helpmencri.org/HELP</button>
Expand All @@ -28,6 +30,8 @@ <h1>NCRI Links</h1>
<br>
<div class="mui-divider"></div>
<br>

<!-- Entry -->
<div class="mui-row mui--align-middle">
<div class="mui-col-md-4">
<button onclick="window.location.href='https://helpmencri.org/QI';" class="mui-btn mui-btn--primary mui-col-md-12 mui-btn--raised">helpmencri.org/QI</button>
Expand All @@ -41,6 +45,8 @@ <h1>NCRI Links</h1>
<br>
<div class="mui-divider"></div>
<br>


</div>
</div>
</body>
Expand Down

0 comments on commit 3750473

Please sign in to comment.