Welcome to AlPrioki.
Firstly, I want to thank Vistaserv.net for letting me to build a homepage. I'm Indonesian so if you find my English is bad, please excuse me because its not my native.
I wish I could give you so many thing form my homepage here in Vistaserv.net.
By the way, thank you for your present here. I hope you would come back again :)!
Links:
To build this homepage I use little bit of a code form https://jdan.github.io/98.css.
If you like to try it, here the code:
body {max-width:800px;margin:0 auto;padding: 10px;font-family: Arial, sans-serif;}
.window {background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px grey,inset 2px 2px #fff;padding:3px;}
.title-bar {align-items:center;background:linear-gradient(90deg,navy,#1084d0);display:flex;justify-content:space-between;padding:3px 2px 3px 3px;}
.title-bar-text {color:#fff;font-weight:700;letter-spacing:0;margin-right:24px;}
.window-body {margin:8px;}
.thecode {border-left:5px solid yellow;font-family:monospace,monospace;}