link open in new tab

This commit is contained in:
Nebel 2022-06-13 16:28:21 +09:00
parent bef7100020
commit 2c790afbd7

View file

@ -16,6 +16,15 @@ WebDINO Japan エンジニア
<script src="https://cdn.jsdelivr.net/npm/highlightjs-graphql@1.0.2/graphql.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/highlightjs-graphql@1.0.2/graphql.min.js"></script>
<script>hljs.registerLanguage("graphql", hljsDefineGraphQL);hljs.highlightAll();</script> <script>hljs.registerLanguage("graphql", hljsDefineGraphQL);hljs.highlightAll();</script>
<script>
window.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll("a")?.forEach(function (a) {
a.setAttribute("target", "_blank");
a.setAttribute("rel", "noreferrer");
});
});
</script>
--- ---
## 人気の技術 ## 人気の技術