Fixed convertToSDLSurface() function for SetWindowIcon() and SaveBMP()
This commit is contained in:
@@ -4,12 +4,24 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
body { background-color: #212837; color: #FFFFFF; }
|
||||
a { color: #40bfb8; }
|
||||
a::before {
|
||||
content: "---";
|
||||
font-family: monospace, monospace;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
color: #40bfb8;
|
||||
}
|
||||
</style>
|
||||
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title> RCBasic </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="images/banner.png" style="width:70%;height:70%;">
|
||||
|
||||
<ul id="myUL">
|
||||
<li><span class="box" >Getting Started</span>
|
||||
|
||||
Reference in New Issue
Block a user