<?php
$counterFile = 'counter.txt' ;
// jQuery ajax request is sent here
if ( isset($_GET['increase']) )
{
if ( ( $counter = @file_get_contents($counterFile) ) === false ) die('Error : file counter does not exist') ;
file_put_contents($counterFile,++$counter) ;
echo $counter ;
return false ;
}
if ( ! $counter = @file_get_contents($counterFile) )
{
if ( ! $myfile = fopen($counterFile,'w') )
die('Unable to create counter file !!') ;
chmod($counterFile,0644);
file_put_contents($counterFile,0) ;
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon icon -->
<link rel="icon" type="image/png" sizes="16x16" href="src/assets/images/favicon.png">
<title>AdminMart admin Template - The Ultimate Multipurpose admin template</title>
<!-- Custom CSS -->
<link href="src/dist/css/style.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="src/assets/libs/jquery/dist/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121685638-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121685638-2');
</script>
<!-- Sendinblue Download Form CSS (We recommend to place the below code in head tag of your website html) -->
<style>
@font-face {
font-display: block;
font-family: Roboto;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}
@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 600;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}
@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 700;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}
#sib-container input:-ms-input-placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
border-width: px;
}
#sib-container input::placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
border-width: px;
}
</style>
<link rel="stylesheet" href="https://assets.sendinblue.com/component/form/2ef8d8058c0694a305b0.css">
<link rel="stylesheet" href="https://assets.sendinblue.com/component/clickable/b056d6397f4ba3108595.css">
<link rel="stylesheet" href="https://assets.sendinblue.com/component/progress-indicator/f86d65a4a9331c5e2851.css">
<link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css">
<!-- End - Sendinblue Download Form CSS -->
</head>
<body>
<!-- ============================================================== -->
<!-- Main wrapper -->
<!-- ============================================================== -->
<div id="main-wrapper" class="landingpage-fonts bg-white">
<!-- ============================================================== -->
<!-- Header part -->
<!-- ============================================================== -->
<header class="topbar-v2 bg-white">
<div class="container bg-banner">
<!-- Start Header -->
<div class="header">
<nav class="navbar navbar-expand-md navbar-light px-lg-0">
<a class="navbar-brand pr-0 pr-md-3 mr-0" href="#">
<img src="src/assets/images/landingpage/logo.png" class="brand-img" alt="logo">
</a>
<ul class="navbar-nav">
<li class="nav-item border-left mt-1">
<a class="nav-link py-0 d-flex align-items-center" href="docs/docs.html" target="_blank">
<i data-feather="file-text" class="data-icon mr-2 ml-2 ml-md-0"></i>
<span class="font-tofino-medium font-16">Documentation</span>
</a>
</li>
</ul>
</nav>
<div class="row header-banner align-items-start">
<div class="col-lg-5 mt-5 pt-0 pt-lg-5">
<h2 class="font-gilmer-heavy feature-title">Build Web Application or Dashboard Faster with AdminMart</h2>
<h4 class="text-muted font-tofino-book mt-4 custom-lh">Free Bootstrap4 Admin theme built with html/css, ready to use for your next project.</h4>
<div class="pt-4 pb-4">
<a href="javascript:void(0)" class="btn btn-custom btn-info btn-shadow-v1 downloadcount123 font-tofino-medium" data-toggle="modal" data-target="#download-modal">
<i data-feather="download" class="data-icon mr-2 mb-1"></i>
Free Download</a>
<a href="http://adminmart.com/src/html/index.html" target="_blank" class="text-decoration-none font-17 text-dark ml-4 font-tofino-medium border-bottom border-dark">Live
Preview</a>
</div>
<div class="d-flex align-items-center mt-4 justify-content-center justify-content-lg-start">
<img src="src/assets/images/landingpage/brand-logos.png" alt="logos" />
</div>
<div class="mt-4 pt-2">Total Downloads : <span class="badge badge-pill bg-light"><i class="fa fa-download p-1"></i> <span id="counter"><?php echo $counter ; ?></span></span></div>
</div>
<div class="col-lg-7">
<img class="banner-img mt-md-4 mt-lg-0" src="src/assets/images/landingpage/banne-img.png" alt="db">
</div>
</div>
</div>
<!-- End Header -->
</div>
</header>
<!-- ============================================================== -->
<!-- Header part -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Page wrapper part -->
<!-- ===================================================
master_chenchengg
- 粉丝: 1w+
- 资源: 2177
最新资源
- win32汇编环境,对话框程序里对画弧线的理解
- 考虑风光不确定性的主动配电网经济优化调度研究
- 多CA多TA迸发调用引发的思考
- 自动驾驶控制-三自由度非线性Nmpc跟踪双移线路径 非线性模型没有对动力学模型做线性化,直接进行求解,优点是比较精度高,缺点是计算比较费时 matlab和carsim联合仿真
- 移相全桥ACDC闭环控制仿真模型,交流电压经过不控整流输出直流电压,单电压闭环控制 只提供仿真文件
- 化工企业仪表维护信息系统-Python开发的高效信息查找软件(含代码及解释)
- 永磁直驱风力发电系统,永磁同步电机,风力发电系统,风力机仿真模型,采用背靠背结构 风力机mppt采用最佳尖速比控制,机侧采用零d轴控制;网侧采用电网电压定向矢量双闭环控制
- 嵌入式实时操作系统课程代码,互斥信号量、事件标志组、改为串口打印结果、跑马灯1、跑马灯及闪灯、按键控制跑马灯及闪灯、LCD显示变化的数字、任务的挂起与恢复-秒表实现、用信号量实现秒表、打气球游戏
- docker方式启动self-service-password 配置文件
- 该模型采用Id=0控制,重点是永磁同步电机的模型是自己搭建,不是采用simulink的自带的PMSM,可以对参数电机参数进行改动
- Matlab simulink仿真模型搭建(电池相关) 可接锂电池或电池包建模搭建 单体电池方面: 1、电池等效电路模型搭建(RC模型) 2、电池特征参数辨识(离线、在线、自适应) 3、电池SOC估计
- lanchain的RAG实践研究
- 基于MATLAB实现mp4视频的高效离散余弦变换(DCT/IDCT)编码及其质量评估
- QPSK调制解调 FPGA 实现 verilog 语言 同样支持 FSM,MSK,DBPSK,DQPSK,8PSK,16QAM等信号调制解调FPGA开发 目前只支持用 vivado,modelsim实
- 嵌入式常用软件-Image2Lcd 2.9-Zimo3Pro((基础例程显示例程的字符取模)-串口助手-普中usb-ISP烧录
- OPCDA转OPCUA工具软件,网关软件 以前许多老工程都是使用的DA Server 本软件采用OPC Client读取数据并转为UA Server
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈