-
Notifications
You must be signed in to change notification settings - Fork 0
/
starfleet.html
38 lines (30 loc) · 2.08 KB
/
starfleet.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
<html>
<body>
<svg height="600" width="800" style="background-color:rgb(0,0,0)">
<g transform="translate(0,600)">
<g transform="scale(1,-1)">
<line x1="100" y1="150" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:1" />
<line x1="200" y1="200" x2="300" y2="150" style="stroke:rgb(255,0,0);stroke-width:1" />
<line x1="300" y1="150" x2="200" y2="550" style="stroke:rgb(255,0,0);stroke-width:1" />
<line x1="200" y1="550" x2="100" y2="150" style="stroke:rgb(255,0,0);stroke-width:1" />
<line x2="400" y2="150" x1="500" y1="200" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x2="500" y2="200" x1="600" y1="150" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x2="600" y2="150" x1="500" y1="550" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x2="500" y2="550" x1="400" y1="150" style="stroke:rgb(0,0,255);stroke-width:1" />
<!--<line x1="200" y1="300" x2="400" y2="300" style="stroke:rgb(255,0,0);stroke-width:1" />
<line x1="400" y1="300" x2="600" y2="300" style="stroke:rgb(255,128,0);stroke-width:1" />
<line x1="200" y1="350" x2="400" y2="300" style="stroke:rgb(0,255,0);stroke-width:1" />
<line x1="400" y1="300" x2="600" y2="250" style="stroke:rgb(128,255,0);stroke-width:1" />
<!-- 400 300 --
<line x1="200" y1="250" x2="400" y2="300" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x1="400" y1="300" x2="600" y2="350" style="stroke:rgb(128,0,255);stroke-width:1" />
<line x1="200" y1="225" x2="400" y2="300" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x1="600" y1="375" x2="400" y2="300" style="stroke:rgb(128,0,255);stroke-width:1" />
<line x1="400" y1="200" x2="400" y2="300" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x1="400" y1="300" x2="400" y2="400" style="stroke:rgb(128,0,255);stroke-width:1" />
<line x1="425" y1="175" x2="400" y2="300" style="stroke:rgb(0,0,255);stroke-width:1" />
<line x1="600" y1="375" x2="400" y2="300" style="stroke:rgb(128,0,255);stroke-width:1" /> -->
</g></g>
</svg>
</body>
</html>