mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Removed NioTSO client and server
- NioTSO client isn't needed because we're using RayLib - Added FreeSO's API server to handle most backend operations
This commit is contained in:
parent
f12ba1502b
commit
22191ce648
591 changed files with 53264 additions and 3362 deletions
9
server/FSO.Server.Api.Core/MailTemplates/MailBase.html
Executable file
9
server/FSO.Server.Api.Core/MailTemplates/MailBase.html
Executable file
|
@ -0,0 +1,9 @@
|
|||
<div style='font-family:Arial;border-radius:6px;border:1px solid #3875B9;padding:20px;max-width:500px;text-align:justify;line-height:22px'>
|
||||
<div style='display:block;padding-bottom:20px;overflow:hidden;border-bottom:1px solid #3875B9'>
|
||||
<img style='float:left' src='https://beta.freeso.org/cdn/img/slogo.png'>
|
||||
<span style='float:left;margin-left:15px;margin-top:15px'>Official Game Server</span>
|
||||
</div>
|
||||
<br />
|
||||
%content%
|
||||
<br />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue