1 Star 0 Fork 7

Ann/ctfe

forked from harvey/ctfe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
harvey 提交于 2021-03-07 10:07 . update index.html.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>CTFe - Deployed by CTFe</title>
<link rel="stylesheet" href="lib/app.css" />
<link rel="stylesheet" href="lib/theme-chalk/index.css" />
<script src="lib/vue.js"></script>
<script src="lib/index.js"></script>
<script src="lib/md5.js"></script>
</head>
<body>
<div id="app" style="height: 100vh;">
<el-scrollbar style="height: 101%;">
<h1 class="main" style="margin:35px auto auto auto;">SMUCTF</h1>
<div id="problems" class="main"></div>
<el-dialog :visible.sync="show_visible" v-bind:title="show_title">
<div v-html="show_intro">{{show_intro}}</div>
<el-form :inline="true" class="demo-form-inline" style="margin: 30px auto 0 auto;" @submit.native.prevent>
<el-form-item>
<el-input placeholder="请输入flag" v-model="show_flag" clearable @keyup.enter.native="onSubmit"></el-input>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSubmit">验证</el-button>
</el-form-item>
</el-form>
</el-dialog>
<!-- 本版权信息请勿删除,否则视为违反开源协议 -->
<div class="main" style="margin:35px auto 30px auto;">
Deployed by <a href="https://github.com/mmdjiji/ctfe">CTFe</a>(<a href="https://github.com/mmdjiji">Author: JiJi</a>) in <a href="https://choosealicense.com/licenses/gpl-3.0/">GPLv3.0</a> license.
</div>
</el-scrollbar>
</div>
</body>
<script src="lib/app.js"></script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/silent_ann/ctfe.git
[email protected]:silent_ann/ctfe.git
silent_ann
ctfe
ctfe
master

搜索帮助