-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproejctm.html
37 lines (37 loc) · 1.91 KB
/
proejctm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>Brawl Mod Packs - Project: M</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Pato">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="apple-touch-icon" href="glasses.png" />
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="navbar">
<a href="brawl.html"><img src="img/small-logos/vbrawl.png" style="width:100px;height:50px;"></a>
<a href="proejctm.html"><img src="img/small-logos/projectm.png" style="width:100px;height:50px;"></a>
<a href="proejctplus.html"><img src="img/small-logos/project+.png" style="width:100px;height:50px;"></a>
</div>
<div class="content">
<h1>Project: M</h1>
<br />
<h2>also EX packs are here too</h2>
<div class="modslist">
<div class="mod">
<img src="img/modpreview/projectm/projectmREME.png"/>
<p>PMEX REMIX (0.95DX)</p>
<p><a href="http://forums.kc-mm.com/Gallery/BrawlView.php?Number=217920">Download (Brawl Vault)</a> <a href="https://youtu.be/9DKuHe_IY3A">Preview</a></p>
</div>
<div class="mod">
<img src="img/modpreview/projectm/smashuvi.png"/>
<p>Smash Universe 1.0</p>
<p><a href="https://forums.kc-mm.com/Gallery/BrawlView.php?Number=218098">Download (Brawl Vault)</a> <a href="https://youtu.be/R0vZuWYXbJs">Preview</a></p>
</div>
</div>
</div>
</body>
</html>