Skip to content

Commit 4206071

Browse files
committed
add footer with contact and discord to editor page
1 parent dd5b0af commit 4206071

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

editor/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
if ((e.ctrlKey||e.metaKey) && e.key==='Enter') { e.preventDefault(); runSketch(); }
222222
});
223223
</script>
224+
<footer><p>C++ Mode for Processing</p><p class="footer-contact"><a href="mailto:pep84c@gmail.com">pep84c@gmail.com</a> &middot; <a href="https://discord.gg/vShSrPegJT">Discord</a></p></footer>
224225
<script src="../assets/nav.js"></script>
225226
</body>
226227
</html>

0 commit comments

Comments
 (0)