forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-browser-server-requests.bmml
More file actions
71 lines (71 loc) · 3.51 KB
/
web-browser-server-requests.bmml
File metadata and controls
71 lines (71 loc) · 3.51 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
70
71
<mockup version="1.0" skin="wireframe" fontFace="Balsamiq Sans" measuredW="1035" measuredH="480" mockupW="900" mockupH="398">
<controls>
<control controlID="1" controlTypeID="com.balsamiq.mockups::TextArea" x="135" y="83" w="200" h="397" measuredW="200" measuredH="140" zOrder="0" locked="false" isInGroup="-1">
<controlProperties>
<align>center</align>
<backgroundAlpha>1</backgroundAlpha>
<bold>true</bold>
<color>15658734</color>
<size>28</size>
<text>%20%0A%20%0A%20%0A%20%0A%20%0AWeb%0Aserver</text>
</controlProperties>
</control>
<control controlID="3" controlTypeID="com.balsamiq.mockups::BrowserWindow" x="703" y="82" w="332" h="398" measuredW="450" measuredH="400" zOrder="1" locked="false" isInGroup="-1">
<controlProperties>
<text>Full%20Stack%20Python%0Ahttp%3A//www.fullstackpython.com/</text>
</controlProperties>
</control>
<control controlID="5" controlTypeID="com.balsamiq.mockups::Label" x="781" y="292" w="-1" h="-1" measuredW="176" measuredH="34" zOrder="2" locked="false" isInGroup="-1">
<controlProperties>
<bold>true</bold>
<size>28</size>
<text>Web%20browser</text>
</controlProperties>
</control>
<control controlID="6" controlTypeID="com.balsamiq.mockups::Arrow" x="335" y="159" w="368" h="10" measuredW="150" measuredH="100" zOrder="3" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<rightArrow>false</rightArrow>
<text>www.fullstackpython.com</text>
</controlProperties>
</control>
<control controlID="7" controlTypeID="com.balsamiq.mockups::Arrow" x="335" y="255" w="368" h="10" measuredW="150" measuredH="100" zOrder="4" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<rightArrow>false</rightArrow>
<text>GET%20style.css</text>
</controlProperties>
</control>
<control controlID="8" controlTypeID="com.balsamiq.mockups::Arrow" x="335" y="352" w="368" h="10" measuredW="150" measuredH="100" zOrder="5" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<rightArrow>false</rightArrow>
<text>GET%20script.js</text>
</controlProperties>
</control>
<control controlID="9" controlTypeID="com.balsamiq.mockups::Arrow" x="335" y="207" w="368" h="10" measuredW="150" measuredH="100" zOrder="6" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<leftArrow>false</leftArrow>
<rightArrow>true</rightArrow>
<text>sends%20index.html%2C%20which%20references%20style.css%20%26%20script.js</text>
</controlProperties>
</control>
<control controlID="10" controlTypeID="com.balsamiq.mockups::Arrow" x="335" y="304" w="368" h="10" measuredW="150" measuredH="100" zOrder="7" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<leftArrow>false</leftArrow>
<rightArrow>true</rightArrow>
<text>sends%20style.css</text>
</controlProperties>
</control>
<control controlID="11" controlTypeID="com.balsamiq.mockups::Arrow" x="335" y="400" w="368" h="10" measuredW="150" measuredH="100" zOrder="8" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<leftArrow>false</leftArrow>
<rightArrow>true</rightArrow>
<text>sends%20script.js</text>
</controlProperties>
</control>
</controls>
</mockup>