企业网站备案材料主要包括以下几类:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>网站备案材料提交</title>
</head>
<body>
<form action="/submit-record" method="post">
<label for="business-license">营业执照副本:</label>
<input type="file" id="business-license" name="business-license" required><br>
<label for="id-card">法人身份证:</label>
<input type="file" id="id-card" name="id-card" required><br>
<label for="contact-info">联系人信息:</label>
<input type="text" id="contact-info" name="contact-info" placeholder="姓名,电话,邮箱" required><br>
<label for="domain-certificate">域名证书:</label>
<input type="file" id="domain-certificate" name="domain-certificate" required><br>
<label for="website-info">网站备案信息表:</label>
<textarea id="website-info" name="website-info" placeholder="网站名称,服务内容,负责人信息" required></textarea><br>
<label for="website-screenshot">网站首页截图:</label>
<input type="file" id="website-screenshot" name="website-screenshot" required><br>
<button type="submit">提交备案材料</button>
</form>
</body>
</html>
请根据实际情况调整和完善备案材料,确保符合当地通信管理局的要求。
领取专属 10元无门槛券
手把手带您无忧上云