Online Compilers Page Added

This commit is contained in:
FedericoUnivr
2018-03-09 19:39:45 +01:00
parent 0e86ce253e
commit 1fa9b9c264
2 changed files with 4 additions and 2 deletions

23
html/OnlineCompiler.html Normal file
View File

@@ -0,0 +1,23 @@
<html>
<body background="bgimage.jpg">
<font size="8"> Online C++ Compilers </font>
<font size="6">
<br>
<br>
<br>
<a href="https://wandbox.org/"> Wandbox </a> <font size="5">(support different compilers)</font>
<br>
<br>
<br>
<a href="http://cpp.sh/"> C++ Shell </a>
<br>
<br>
<br>
<a href="https://www.onlinegdb.com/online_c++_compiler"> OnlineGdb </a>
<br>
<br>
<br>
<a href="https://ideone.com/"> IDEone </a>
</font>
</body>
</html>