-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (39 loc) · 1.79 KB
/
index.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
38
39
40
41
42
43
44
45
<!--
Proposed idea.
The purpose of this website is to connect players with other like-minded players.
This should be the substitute for the current in game system as it is god awful.
The way in which this website will be popular or not will be in execution.
So how do I know if I exectued well?
1.Ease of use, should be convenient to use. Simple and concise. Once again AOE world is the best website I have ever seen in its simplicity and ease of use.
2.How many players use this system. AKA if only 10% of the playerbase use this meaning you only see 10% of potential people to play with, it will not be used.
Perhaps linking it with battle.net will circumvent this. Battlenet will be the main ID of the player.
3.Does it actually work.
What does it mean if the app works?
There is no reason for me to convince anyone on how awfull the solo experience is.
Could this website also be the defacto talent/job board and replace the current wowprogress and warcraft progress for recruiting atleast.
Those other websites are ofcourse used for other features aswell.
sad
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WoW System</title>
<link href="css/stylesheet2.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<a href="index.html"> <li>Home</li> </a>
<li>About</li>
<a href="profile.html"><li>Profile</li></a>
<a href="search.html"><li>Search</li></a>
</ul>
</nav>
</header>
<h1>This is a WoW matchmaking system</h1>
</body>
</html>