Initial commit
This commit is contained in:
38
Web/oldWebsite/index.html
Normal file
38
Web/oldWebsite/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<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=&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>© 1995-2025 Kim Brian Ramberg</copy></small></i>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user