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 27, 2020
1 parent 0cc5ba6 commit d5fed02
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\Readme.html",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/dgVoodoo2/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
Binary file removed bin/dgVoodoo2_7.zip
Binary file not shown.
Binary file removed bin/dgVoodoo2_7_dbg.zip
Binary file not shown.
30 changes: 26 additions & 4 deletions dgVoodoo2.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,36 @@
<html>

<head>
<title>dgVoodoo2 </title>
</head>

<meta name="google-site-verification" content="4JMbYsGNl4-uZV9FEQvq56CQDND5NHcIPtMblynaH-Q" />
<body>

<title>dgVoodoo2 </title>
<style>
a:link {
color: green;
background-color: transparent;
text-decoration: none;
}

</head>
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}

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

<body background="../FreewebBackground.jpg">
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>

<h1>

Expand Down

0 comments on commit d5fed02

Please sign in to comment.