My Portfolio in HTML Code
This website or my web business card, only contains the contact details and a few links. For more content or info, please visit my other websites. (www.avestaman.com, Shantia Avesta, Avestaman, Portfolio, HTML, HTML5, HTML Code, Web Business Card)
<?php
$languages = array(
"de" => "Deutsch",
"en" => "English"
); /* Sprache ändern / change language */
?>
<!DOCTYPE html>
<html lang="en"><!-- start » html -->
<head><!-- start » head -->
<title>HTML Portfolio</title>
<meta name="description"content="My Portfolio in HTML Code">
<meta name="author" content="Shantia Avesta">
<meta name="designer" content="Shantiadesign">
<meta name="city" content="Dortmund">
<meta name="country" content="Germany">
<meta name="online" content="@avestaman">
<meta name="contact" content="+4917659350300">
<style>
.body { width: auto !important; height: 178cm; }
.hair { color: #160F0A; visibility: collapse; }
.gender { content: "male"; }
.age { content: "15927 days"; }
.photo { display: none; }
</style>
<script>function do_somthing(){ return false; }</script>
</head><!-- end » head -->
<body><!-- start » body -->
<main id="main"><!-- start » main -->
<h1>
Welcome to my HTML Portfolio
</h1><p>
_
</p></main><!-- end » main -->