1 Star 0 Fork 1

阿传/100wits

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
阿传 提交于 2021-01-04 21:16 . fix footer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>佰智为本</title>
<link rel="shortcut icon" href="images/favicon.ico" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/buttons.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<link href="css/home.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/"><img alt="Brand" src="images/brand.png" width="40"></a>
<a class="navbar-brand" href="/">佰智为本</a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li class=""><a href="/">首页</a></li>
<li class=""><a href="/product">产品</a></li>
<li class=""><a href="/about">关于我们</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section>
<div class="container portrait">
<div class="block">
<div id="diagram">
<img src="images/ciyun.png" alt="words" class="aligncenter"></img>
</div>
</div>
<div id="declaration">
<p>提供流媒体,音视频处理解决方案和服务</p>
</div>
</div>
<div class="container">
<div id="product" >
<div class="product_box float-left">
<img alt="vgs" src="product/gbt28181/logo.png"/>
<div class="intro">
<h2><a href="product/gbt28181/index.html"><span></span>Gbt28181</a></h2>
<P>Gbt28181 2016版本的平台</P>
<p>Gbt28181 客户端SDK, 包括windows, android</p>
<p>Gbt28181 前端设备SDK</p>
<p>Gbt28181 协议转换网关</p>
</div>
</div>
<div class="product_box float-right">
<img alt="mediarecorder" src="product/mediarecorder/logo.png"/>
<div class="intro">
<h2><a href="product/mediarecorder/index.html">MediaRecorder</a></h2>
<P>媒体采集开发包</P>
<p>采集屏幕,摄像头,麦克风,声卡输出</p>
<p>保存为文件的同时支持RTSP等网络协议</p>
</div>
</div>
<div>
</div>
</section>
<footer>
<span>ICP备案号: <a href="https://beian.miit.gov.cn/">鄂ICP备13010286号-1</a>
</span>
</footer>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/100wisdom/100wits.git
git@gitee.com:100wisdom/100wits.git
100wisdom
100wits
100wits
master

搜索帮助