-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapping.html
More file actions
69 lines (67 loc) · 1.95 KB
/
Copy pathMapping.html
File metadata and controls
69 lines (67 loc) · 1.95 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>News</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="icon" href="./Img/raven_1.ico" />
<link rel="stylesheet" href="./main_style.css" />
</head>
<body>
<header>
<div id="nav-placeholder"></div>
</header>
<h1>Tool per fare le mappe</h1>
<div class="grid_maptools">
<div id="tool_gratis_title"><h2>Tool Gratis</h2></div>
<div id="tool_pagamento_title"><h2>Tool a pagamento</h2></div>
<div id="tool_gratis_list">
<ul>
<li>
<a href="https://deepnight.net/tools/rpg-map/" target="_blank"
>DeepNight's RPG Map Editor</a
>
</li>
<li>
<a
href="http://pyromancers.com/dungeon-painter-online/"
target="_blank"
>Dugneon Painter</a
>
</li>
<li><a href="https://pymapper.com/" target="_blank">Pymapper</a></li>
</ul>
</div>
<div id="tool_pagamento_list">
<ul>
<li>
<a href="https://dungeondraft.net/" target="_blank"
>Dugneondraft:</a
>
<br />
$19.99 USD Lifetime
</li>
<li>
<a href="https://inkarnate.com/" target="_blank">Inkarnate:</a>
<br />5 al mese 25 all' anno
</li>
<li>
<a href="https://www.wonderdraft.net/" target="_blank"
>Wonderdraft:</a
><br />
$29.99 USD
</li>
<li>
<a href="https://www.dungeonfog.com/deios/" target="_blank"
>Project deios:
</a>
<br />
Satndalone $50 USD
</li>
</ul>
</div>
</div>
<script src="Function.js"></script>
</body>
</html>