link open in new tab

This commit is contained in:
Nebel 2022-02-24 20:11:28 +09:00
parent 5f19b2c976
commit edb2b1cb3a

View file

@ -10,6 +10,14 @@ WebDINO Japan エンジニア
[渡邉浩平](https://github.com/kou029w)
![w:200](https://github.com/kou029w.png)
<script>
window.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll("a")?.forEach(function (a) {
a.setAttribute("target", "_blank");
a.setAttribute("rel", "noreferrer");
});
});
</script>
<style>
footer {
overflow-wrap: anywhere;