mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
link open in new tab
This commit is contained in:
parent
5f19b2c976
commit
edb2b1cb3a
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue