Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosg-dege committed Sep 24, 2020
1 parent fc82f3b commit 0cc5ba6
Showing 1 changed file with 51 additions and 30 deletions.
81 changes: 51 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,66 @@

<style>

body
{
}

div.sectiondgVoodoo2
{
position: static;
height: 680px;
}

div.product
{
position: absolute;
width: 800px;
}

div.productother
{
color: #402000;
font-style: bold;
font-weight: 900;
position: relative;
top: -50px;
left: 650px;
width: 630px;
}
body {
}

div.sectiondgVoodoo2 {
position: static;
height: 680px;
}

div.product {
position: absolute;
width: 800px;
}

div.productother {
color: #402000;
font-style: bold;
font-weight: 900;
position: relative;
top: -50px;
left: 650px;
width: 630px;
}

a:link {
color: green;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>

</style>


<body>
<body bgcolor="#552F00">

<!--Head-->

<FONT SIZE="4" COLOR="#000000">
<FONT SIZE="4" color = "#A0A060">
<div class="sectiondgVoodoo2">
<h2>
<table align="left">
<th><FONT SIZE="6">dgVoodoo 2</FONT></th>
<th><FONT SIZE="6" COLOR="#FFFFFF">dgVoodoo 2</FONT></th>
</table> <br>
</h2>
<div class="product">
Expand Down Expand Up @@ -105,6 +126,6 @@ <h2>
<A href="http://www.dege.fw.hu">http://www.dege.fw.hu</A><br><br>
It does NOT contain any malware. Use a browser that is free of Google Shit Browsing security service crap (which is based on tons of noname antivirus "engines", look at VirusTotal if interested).
</FONT>
</body>
</bodybgcolor="#552F00">

</html>

0 comments on commit 0cc5ba6

Please sign in to comment.