Skip to content

Commit

Permalink
tmac
Browse files Browse the repository at this point in the history
  • Loading branch information
zeronetfix committed Nov 27, 2024
0 parents commit ad3caa2
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Windows Mac Chnger Downloader And Tutorials By Windows

- Visit To Link And Download Video Tutorial & Software

# Link

## https://zeronetfix.github.io/tmac/

Follow This Video Steps <br>
</a>
<br>

Binary file added TMACv6.0.7.exe
Binary file not shown.
Binary file added how-to-change-mac-address.mp4
Binary file not shown.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Windows Mac Changer Download & Tutorial by Zeronetfix </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="TMACv6.0.7.exe" download="Tmac-Mac-Changer">
Download
</a>
<p>Tmac Windows Mac Changer</p>

<a href="how-to-change-mac-address.mp4" class="btn-2" download="How-To-Change-Mac-Address">
Download
</a>
<p> How To Change Mac Address Video Tutorial </p>
</body>
</html>
44 changes: 44 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
*{
padding: 0;
margin: 0;
box-sizing: border-box;

body {
background-color: #000; /* #000 is the hex code for black */
}

}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
flex-direction: column;
font-family: sans-serif;
}
a {
display: block;
background: #008AD8;
color: #FFFFFF;
padding: 15px;
cursor: pointer;
text-decoration: none;
width: 320px;
text-align: center;
border-radius: 5px;
font-size: 20px;
}
a:hover {
background: #00598C;
}
.btn-2 {
background: #008AD8;
}

.btn-2:hover {
background: #00598C;
}
p {
color: #FFFFFF;
padding: 15px;
}

0 comments on commit ad3caa2

Please sign in to comment.