mirror of
https://github.com/aljazceru/theprofoundprogrammer.git
synced 2025-12-19 15:14:26 +01:00
links
This commit is contained in:
12
index.html
12
index.html
@@ -45,6 +45,13 @@
|
|||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
.footer {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.twitter-icon {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q5E58C7FQJ"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q5E58C7FQJ"></script>
|
||||||
<script>
|
<script>
|
||||||
@@ -93,5 +100,10 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="footer">
|
||||||
|
<a href="https://x.com/aaaljaz" target="_blank">
|
||||||
|
<img src="https://abs.twimg.com/icons/apple-touch-icon-192x192.png" class="twitter-icon" alt="Twitter">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user