上传cppreference
This commit is contained in:
10
web/cppreference.php
Normal file
10
web/cppreference.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$show_title = "C++参考文档 - $OJ_NAME";
|
||||
require_once(dirname(__FILE__)."/template/syzoj/header.php");
|
||||
?>
|
||||
<div style="width:100%; height:calc(100vh - 100px);">
|
||||
<iframe src="cppreference-zh/chmhelp/index.html" style="width:100%; height:100%; border:none;"></iframe>
|
||||
</div>
|
||||
<?php
|
||||
require_once(dirname(__FILE__)."/oj-footer.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user