A table containing the shortcode, 301s link and the actual links in the project.
<script src="/assets/js/urls.1.js"></script> <script src="/assets/js/main.js"></script>
| Short Code | 301s Link | Actual Link |
|---|
<script> if (typeof URLMaps !== 'undefined') { for (var urlMap of URLMaps) { Object.keys(urlMap).forEach(function eachKey(key) { document.getElementById("links-body").innerHTML += ( ` ${key} https://301s.github.io/?${key} ${urlMap[key]} ` ); }); } } </script>