The Web - Model 2

Browser
Hi https://rk0.xyz. Could you please tell me how to display your web page?
Server
Ok. First draw a rectangle starting at point 0,0. Make it 1600 pixels wide and 64 pixels tall. Color it teal. Now draw the text "Courses" with its top left corner at (32, 16)...
Server

Translation:

Rect(0,0,1600,900,TEAL),
Text(32,16,"Courses",WHITE),
...

15 / 23