Files
DevOps/Web/oldWebsite/index.html
2025-09-13 20:36:34 +02:00

39 lines
968 B
HTML

<html>
<head>
<title>Kim Brian Ramberg</title>
<link rel="StyleSheet" href="css/mainstyle.css" type="text/css">
<meta http-equiv="expires" content="0">
<meta name="copyright" content="(C) 1995-2025 Kim Brian Ramberg"/>
<script src="https://www.gravatar.com/js/hovercards/hovercards.min.js"></script>
<script>
( function() {
function init() {
Gravatar.init();
}
if( document.readyState !== 'loading') {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script>
</head>
<body>
<h1>Kim Brian Ramberg</h1>
<img src="https://www.gravatar.com/avatar/e6c03c8d4b16c74d0483644252a5b88c8217cda6a6966682dc4d6a37a11bcbc7?d=&amp;s=64" id="roundedcorners" alt=""/>
<ul>
<li><a href="https://www.facebook.com/kim.brian.ramberg">Facebook</a></li>
<li><a href="https://twitter.com/kbramberg">Twitter</a></li>
</ul>
<hr>
<i><small><copy>&copy; 1995-2025 Kim Brian Ramberg</copy></small></i>
</body>
</html>