code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>500-64-1.smi.png.html</title> </head> <...
andrewdefries/ToxCast
Figure3/Tox21_nnm/WorkHere/500-64-1.smi.png.html
HTML
mit
1,683
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CodeMirror: Diff mode</title> <link rel="stylesheet" href="../../../../web/lib/codeMirror/lib/codemirror.css"> <script src="../../../../web/lib/codeMirror/lib/codemirror.js"></script> <script src="../../../../web/lib/codeMirror/mode/diff/...
ldjking/wbscreen
web/wb/5editor/codeMirror/mode/diff/index.html
HTML
mit
4,198
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 18:23:46 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> SocketException (Java Platform...
piterlin/piterlin.github.io
doc/jdk6_cn/java/net/SocketException.html
HTML
mit
14,256
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>counting: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.11.dev/counting/8.5.0.html
HTML
mit
6,813
<HTML><HEAD> <TITLE>Review for Twelfth Night: Or What You Will (1996)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0117991">Twelfth Night: Or What You Will (1996)</A></H1><H3 ALIGN=CENTER>reviewed b...
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/10396.html
HTML
mit
6,218
<!DOCTYPE html> <!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>Petascale Tools Workshop 2013 - RayHight...
RayHightower/rayhightower.github.octo-broken
blog/2013/07/19/petascale-tools-workshop-2013/index.html
HTML
mit
22,196
{% extends "layout.html" %} {% block content %} <div class="page-header"> <h1>中港跌零系统登陆</h1> </div> <form class="form-horizontal" action="{{ url_for('user_login') }}" method="POST"> <div class="form-group"> <label class="col-sm-2 control-label">手机号码</label> <div class="col-sm-2"><input type="text" class="...
yxdong/ybk
zg/templates/login.html
HTML
mit
884
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>...
BuzzAcademy/idioms-moe-unformatted-data
all-data/18000-18999/18345-22.html
HTML
mit
1,892
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
danielholanda/Qt-Audio-Spectrum-Analyzer
Qt_code/html/class_playlist_model-members.html
HTML
mit
8,232
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta n...
BryanWilhite/SonghayCore
docs/api/Songhay.Security.Cryptography/Encryptor/A5C38E8D.html
HTML
mit
12,935
<!--Start of Tawk.to Script--> <!--script type="text/javascript"> var $_Tawk_API={},$_Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/573291c187b47a7a385aeab7/default'; s1.charset='UTF...
navri/navri.github.io
_includes/scripts.html
HTML
mit
1,872
<nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navig...
gglee0127/Converter
client/src/app/components/navbar/navbar.component.html
HTML
mit
1,724
<html> <head> <title>Index</title> </head> <body> Hello World!!! This is a test. </body> </html>
andrewlr/myrandomstuff
index.html
HTML
mit
97
<div class="code-block"> <div class="code-block__wrapper" data-syntax="scss"> ```scss /// Slightly lighten a color /// @access public /// @param {Color} $color - color to tint /// @param {Number} $percentage - percentage of `$color` in returned color /// @return {Color} @function tint($color, $percentage) { @retur...
HugoGiraudel/sass-guidelines
_includes/snippets/syntax/18/en.html
HTML
mit
1,251
Performs sort on local data set. <div class="definition"> localSort([silent], [noResetRefresh]) </div> <div class="arguments"> <table> <tr> <td>silent</td> <td><b>boolean</b>, <i>optional</i> indicates whether to display sort time in the status bar</td> </tr> <t...
vitmalina/w2ui
docs/details/w2grid.localSort.html
HTML
mit
2,077
{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load crispy_forms_tags %} {% block head_title %}{% trans "Set your new password" %}{% endblock %} {% block body %} <form method="POST" action="{% url "account_password_reset_token" uidb36=uidb36 token=token %}"> <legend>{% trans...
swiharta/radres
radres/templates/account/password_reset_token.html
HTML
mit
630
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <script> </script> </head> <body> <script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script> <link rel="import" href="../italymap-datalet.html" /> <italymap-datalet data-url=...
routetopa/deep-components
datalets/italymap-datalet/demo/index.html
HTML
mit
475
<html><FONT FACE=Verdana, Arial, Sans> <head> <title>Heatbugs</title> </head> <body> This is the documentation for the Heatbugs model...</p> </body> </html>
DrewHoo/Infochemical-Model
Heatbugs/docs/index.html
HTML
mit
171
<!-- Version: 0.10.13 | Wednesday, October 6, 2021, 1:48 PM --> <!doctype html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <!-- Fav icons compatible with all majo...
victoriauniversity/vuw-styleguide
dist/examples/homepage-fewer-study-areas.html
HTML
mit
29,144
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>Zombieland</title> <link rel="stylesheet" href="assets/web/game.css" /> </head> <body> <!-- Canvas --> <canvas id="game" width="640" height="480" class="hide"></canvas> <div id="noise"></div> <!-- UI: Boot logo --> ...
burningtomatoes/ZombielandClient
index.html
HTML
mit
2,413
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keent...
Garulth/mdiary_admintools
public/layout/admin_1/layout_full_height_content.html
HTML
mit
195,321
<div id="content"> <div ng-window-sectors="header"> <h1>{{param.title}}</h1> <a ng-click="close()">Закрыть</a> <a class="nav-prev" ng-show="nav.prev" ng-click="prev()">Назад</a> <a class="nav-next" ng-show="nav.next" ng-click="next()">Вперед</a> </div> <div ng-window-sectors=...
abaddonGIT/angularWindow
tpl/defInnerTpl.html
HTML
mit
616
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
ClydeSpace-GroundStation/GroundStation
GNURadio/OOT_Modules/gr-channelcoding/build/docs/doxygen/html/dir_e56716b0eebb96a9c01b0305e1872a4f.html
HTML
mit
3,526
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Home</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![...
facebook/jscodeshift
docs/index.html
HTML
mit
16,716
<div class="modal-bg"> <div class="modal"> <div ng-transclude></div> </div> </div>
kenkouot/beautiful-wikia
assets/templates/angular/modal.html
HTML
mit
88
<!DOCTYPE html> <html> <head> <meta http-equiv="Content" charset="utf-8" /> <title>演示 scriptLoader</title> <!-- <link href="css/reset.css" rel="stylesheet" type="text/css" /> --> <script type="text/javascript" src="../../MyCore.ScriptLoader.js"></script> <!-- // <script type="text/javascript" src=...
wbpmrck/OneLib
test/old/MyCore.ScriptLoader.Demo/MyCore.ScriptLoader.Demo.html
HTML
mit
628
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./75a429c12c25c8b138e64cdb7615e4c7ea1275d9ec295f2790d55e7b128d1e5b.html">Teleport</a> <hr> ...
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d66b9ce9f0ff4bb0d0b13e4e3df58eb18eac097c8667cac3ceaacc915d18a89b.html
HTML
mit
550
--- layout: archive title: "News" permalink: /news/ author_profile: true paginate: collection: posts reversed: false --- {% include base_path %} {% for post in paginator.posts %} {% include news-list.html %} {% endfor %} {% include collection_pagination.html %}
OSUOSC/open-source-club-website
_pages/news.html
HTML
mit
275
<!doctype html> <html> <head> <title>shortened</title> <meta charset="utf-8"> <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="stylesheet" href="../css/main.css?v=1.0"> </head> <body...
kblh/LessStarter-2017-01
assets/src/styleguide/shortened.html
HTML
mit
2,176
<!DOCTYPE html> <html lang='en' dir='auto'> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <script src="https://kit.fontawesome.com/5e6a8c1a2b.js" crossorigin="anonymous"></script><head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1'> <meta name='de...
Arvindiyer/Arvindiyer.github.io
contact/index.html
HTML
mit
9,075
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unimath-substitution-systems: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../.....
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.14.0/unimath-substitution-systems/0.1.0.html
HTML
mit
7,114
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> <link rel="stylesheet" href="{{ "/css/main.css" |...
reginafcompton/music-place
_includes/head.html
HTML
mit
689
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="nl"> <head> <!-- Generated by javadoc (1.8.0_66) on Sat Feb 03 21:58:02 CET 2018 --> <title>org.encryptor4j.util</title> <meta name="date" content="2018-02-03"> <link rel="styleshee...
martinwithaar/Encryptor4j
docs/org/encryptor4j/util/package-summary.html
HTML
mit
5,257
<div class="container"> <h1>OM MIT LIV</h1> <div class="row"> <div class="col-md-8"> <h2>Williams Syndrom</h2> <p>Williams Syndrom er en genetisk <abbr title="Noget som bare sker">mutation</abbr></p> <p>Se hvad du ved om ws ved at tage denne <a href="#">test</a></p>...
Krighaar/Showcase
app/viewWS/omWS.html
HTML
mit
403
<sky-tabset [active]="activeIndex" (tabIndexesChange)="onTabIndexesChange($event)" > <sky-tab *ngFor="let tab of tabArray" [active]="tab.active" [tabIndex]="tab.tabIndex" [tabHeading]="tab.tabHeading" > {{ tab.tabContent }} </sky-tab> </sky-tabset>
blackbaud/skyux
libs/components/tabs/src/lib/modules/tabs/fixtures/tabset-loop.component.fixture.html
HTML
mit
279
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="ht...
user-tony/photon-rails
lib/assets/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/images/photon/js/bootstrap/bootstrap.min.js.html
HTML
mit
15,844
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:28 PST 2014 --> <title>Uses of Class java.util.SimpleTimeZone (Java Platform SE 8 )</title> <meta name="date" content="...
fbiville/annotation-processing-ftw
doc/java/jdk8/java/util/class-use/SimpleTimeZone.html
HTML
mit
5,001
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:42 PST 2014 --> <title>Uses of Class org.omg.CosNaming.BindingIteratorHolder (Java Platform SE 7 )</title> <met...
fbiville/annotation-processing-ftw
doc/java/jdk7/org/omg/CosNaming/class-use/BindingIteratorHolder.html
HTML
mit
8,869
<h1>ivy-tree</h1> <div class="textfield"> <lu-select class="textfield-input" [(ngModel)]="item"> <ng-container *luDisplayer="let value">{{ value.name }}</ng-container> <lu-tree-option-picker> <lu-tree-option [tree]="tree"> <ng-container *luDisplayer="let value">{{ value.name }}</ng-container> </lu-tree-o...
LuccaSA/lucca-front
to-migrate/ng/ivy-tree/ivy-tree.component.html
HTML
mit
1,741
<div class="sidebar" style="font-size: 110% !important;"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <h1 style="font-size: 110% !important;">{{ site.title }}</h1> <img src="http://www.bible-sms.com/images/bible-sms.jpg" width="140" height="160" alt="Bible SMS - Daily Bible Vers...
daily-bible-verse/daily-bible-verse.github.io
_includes/sidebar.html
HTML
mit
1,663
{% extends 'base.html' %} {% block title %}Profile | {% endblock %} {% block content %} <div class="container"> <div class="row dashboard"> <div class="col-xs-12"> <div class="widget subscribe view-profile"> <a href="{%url 'account:dashboard' %}"><i class="zmdi zmdi-chevron-left"></i> Back</a> <h4...
katyaeka2710/python2017005
templates/account/view_profile.html
HTML
mit
3,092
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>:: Epic 1 Media | 2017</title> <!-- Bootstrap core CSS --> <...
larryperryepic1/bootstrap-web
index.html
HTML
mit
13,167
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../css/bootstrap.css"/> <link rel="stylesheet" href="../css/font-awesome.css"/> ...
liuyunzhuge/mine
examples/global/query.html
HTML
mit
2,572
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta chars...
wayuk/todoledo
app/index.html
HTML
mit
4,439
<!DOCTYPE html> <html> <head> <title>Chat</title> <meta charset="utf-8"> <link rel="stylesheet" href="/assets/css/app.css"> </head> <body> <script src="/assets/js/vendor/require.js" data-main="/assets/js/app"></script> </body> </html>
jakelazaroff/chat
client/index.html
HTML
mit
244
{%extends "db.html"%} {%block body%} {%include "header.html"%} <link rel="stylesheet" type="text/css" href="static/css/custom.css"> {% if added != 0 %} <p align="center"><b>{{added}} had been added to the database!</b></p> {% endif %} <p align="center"><b>Please enter User Information</b></p> <p></p> <div align="c...
emreozen/FCC-PSAP-DB
source code/PSAPDB/templates/addUser.html
HTML
mit
1,084
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><title>/Library/Ruby/Gems/1.8/gems/ruby-openid-2.0.1/lib/openid/fetchers.rb - C0 code coverage information</title> <style...
jared/ygo_classic
coverage/-Library-Ruby-Gems-1_8-gems-ruby-openid-2_0_1-lib-openid-fetchers_rb.html
HTML
mit
29,837
Mañaneros was a chilean band. Created on 2011 under the premise of continuous experimentation with different latin rhythms and sonic textures. Their biggest influences were peruvian cumbia, tribal guarachero, chilean folk, dub end electronic músic. Most of their workflow and taste become the cornerstone of what the is ...
jstnn/mananarecords.com
_includes/mananeros_bio.html
HTML
mit
424
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Click | LivePerson Technical Documentation</title> <link rel="styles...
LivePersonInc/dev-hub
content_ga4/trigger-click.html
HTML
mit
169,210
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>React Suite dist test</title> </head> <body> <iframe src="./default.html" ></iframe> <iframe src="./dark.html">...
suitejs/suite
test/dist-test/index.html
HTML
mit
346
{% extends "base.html" %} {% block container %} <div id="wiki_title">{{ title }}</div> <div class="pdf"> <embed src="/f/{{ uid }}" height="800" width="700" > </div> <style type="text/css"> .pdf{ margin: 0px; text-align: center; } </style> {% endblock %}
phyng/simpleshare
templates/pdf.html
HTML
mit
287
<!DOCTYPE html> <html> <head> <base target="_blank"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>ÄÐ×°</title> <style type="text/css"> body{background:#EEE9E3;} a:link {text-decoration:none;} .buju{width:980px;margin:0 auto;background:#FFFFFF;padding:10px 8px;margin-bottom:20px;border:...
daniel163/daniel163.github.io
daohang/nanzhuang.html
HTML
mit
9,461
--- theme : name : the-program layout: default --- {% include JB/setup %} {% include themes/the-program/post.html %}
cxx7532706/cxx7532706.github.io
_layouts/post.html
HTML
mit
118
{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}删除标签 - {{ config['ZBLOG_TITLE_SUFFIX'] }}{% endblock %} {% block page_content %} <div class="page-header"> <h1>Delete Tag</h1> </div> <div> <form action="{{ url_for('.delete_tag', name=tag.name) }}" method="p...
Jeffiy/zblog
app/templates/delete_tag.html
HTML
mit
650
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>matrix demo</title> </head> <body> <script src="matrix.js"></script> <script> var arra = [1,2,3,4]; var arrb = ["a","b","c","d"]; var arrc = ["A","B","C","D"]; var arrd = ["α","β","γ","δ"]; var ms = matrix.single(arra,arrb,arrc,function(a,b,c)...
icai/ac-matrix
demo.html
HTML
mit
3,118
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>jonathanchan.me Tests</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for "head"}} {{content-for "t...
NathanJang/nathanjang.github.io
tests/index.html
HTML
mit
1,075
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:30 PST 2014 --> <title>Uses of Interface javax.swing.Renderer (Java Platform SE 8 )</title> <meta name="date" content="...
fbiville/annotation-processing-ftw
doc/java/jdk8/javax/swing/class-use/Renderer.html
HTML
mit
4,981
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <title>Relatable articles</title> <link rel="stylesheet" href="css/normalize.css"> <link rel='stylesheet prefetch' href='https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.css'> <link rel="stylesheet" href="css/style.css"> </...
ZainManji/ThoughtArticles
index.html
HTML
mit
10,055
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
v8-dox/v8-dox.github.io
cd78a2b/html/classv8_1_1Uint32Array.html
HTML
mit
122,854
<div id="myModal" class="modal modal-details fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <section class="modal-content"> <header class="modal-header" data-dismiss="modal"> <button type="button" class="close">&times;</button> <h3 class="modal-title" *ngIf="!det...
kevinliozon/angular2-portfolio
app/shared/components/details-modal/details-modal.component.html
HTML
mit
2,518
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>itree: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.11.1-2.0.7/released/8.11.1/itree/3.0.0.html
HTML
mit
7,011
--- layout: default --- <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script> $(window).load(function () { $("#menu span").click(function(){ $(this).first().parent().children("ul").children().toggle(); if($(this).html().charAt(0) == "\u25bc"){ $(this).html("&#x25b6;"); ...
myhgew/website
_layouts/post.html
HTML
mit
797
<html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Adhitya & Aneta | A Wedding Stor...
diakbar/weeding
_pgbackup/index_1473626637.html
HTML
mit
39,968
<style> .container { width: auto; } pre { background: none; border: none; } </style> <div class="container"> <h2>{{ .Task.Name }} #{{ .TaskRun.Id }} - {{ .Type }}</h2> <pre>{{ .LogOutput }}</pre> </div>
ian-kent/websysd
assets/templates/log.html
HTML
mit
216
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
kuhlenh/port-to-core
Reports/as/asyncliveconnectsdk.1.0.5/Microsoft.Live-sl4-wp71.html
HTML
mit
108,455
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./345365b461c69a298b9bfad10de6f3b0c9b407738c2910fa51715e975005975c.html">Teleport</a> <hr> ...
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/dd4e0e7832961238531999a457df03dd0566527a56270ef62ab318961397c259.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <title>Insight</title> <!-- you can insert your company image here --> <!--<link rel="icon" href="../static/logo.png">--> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"...
ohade/bitbucket-knowledge-insight
templates/faq.html
HTML
mit
6,965
<HTML> <HEAD> <meta charset="UTF-8"> <title>DischargePermitPoint.component1 - </title> <link rel="stylesheet" href="../../style.css"> </HEAD> <BODY> <a href="../index.html">com.epimorphics.android.myrivers.data</a>&nbsp;/&nbsp;<a href="index.html">DischargePermitPoint</a>&nbsp;/&nbsp;<a href=".">component1</a><br/> <br...
alessio-b-zak/myRivers
android/doc/com.epimorphics.android.myrivers.data/-discharge-permit-point/component1.html
HTML
mit
718
{% extends 'base.html' %} {% load staticfiles %} {% block title %}Manage Subscriptions - StartupCrate{% endblock %} {% block style %} <style> form { text-align: center; } .custom-panel { margin: 0 -32px; border: 0; border-radius: 0; ...
jcan37/startupcrate
app/templates/app/subscriptions.html
HTML
mit
10,758
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>FP.py</title> <meta name="description" content="An Introduction to Functional Programming in Python"> <meta name="author" content="Elliot Cameron"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-w...
3noch/fp.py
index.html
HTML
mit
26,204
<!DOCTYPE html> <html lang="en"> <head> {% include meta.html %} <title>Bharath's Blog</title> <link rel="alternate" type="application/rss+xml" href="/atom.xml"/> {% include css.html %} <!--[if lt IE 9]> <script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></...
bharath12345/bharath12345.github.io
_layouts/about.max.html
HTML
mit
2,094
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coquelicot: 3 m 40 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.2/coquelicot/3.2.0.html
HTML
mit
9,722
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
v8-dox/v8-dox.github.io
cb97cdb/html/dir_94a36784afa54c0b50996002372b429e.html
HTML
mit
4,300
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ChildProcessFactory | batch-cluster</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href=...
mceachen/batch-cluster.js
docs/interfaces/childprocessfactory.html
HTML
mit
10,859
<!doctype html> <html class="no-js" lang="en-US"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Saba Heravi | Personal Homepage</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial...
afshing/sabaheravi
ceramic.html
HTML
mit
21,452
<template name="splash"> <div id="search" class="row"> <div class="small-12 medium-6 large-4 small-centered columns"> <img id="magnify" src="/mg02.svg"> <h1>Find the perfect daycare.</h1> <form> <input type="text" name="zipcode" placeholder="Enter your home address" /> <input cl...
TheArcusProject/DayCaring
client/templates/splash.html
HTML
mit
525
<footer> {% include paginate.html %} {% include suggestion.html %} {% if page.url == "/about" or paginator.total_pages == 1 or page.url == "/404" %} <div class="container" style="text-align: center; margin-bottom: 20px"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.j...
alirezahytest/alirezahytest.github.io
_includes/footer.html
HTML
mit
2,630
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - coverage.info - src/external/StringUtil</title> <link rel="stylesheet" type="text/css" href="../../../gcov.css"> </head> <body> <table wid...
seguijoaquin/taller2-appserver
Appserver/Coverage/src/external/StringUtil/index-sort-l.html
HTML
mit
3,895
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mirror-core: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.0/mirror-core/1.0.1.html
HTML
mit
6,733
<div align="center"> <h1><a href="../../" >SALMONSENS <br>KONVERSATIONS <br>LEKSIKON</a></h1> <p><a href="../" >Anden Udgave</a> <br>redigeret <br>af <br><a href="/authors/blangchr.html" >Chr. Blangstrup</a> <h2>Bind V: Cikorie - Demersale</h2> <p>København <br>A/S J. H. Schultz Forlagsboghandel <br>Trykt hos J. H. ...
jengeldk/salmonsen
current/5/index.html
HTML
mit
604
<div class="container"> <h2>My todos!</h2> <form role="form" ng-submit="addTodo()"> <div class="row"> <div class="input-group"> <input type="text" ng-model="todo" placeholder="What needs to be done?" class="form-control"> <span class="input-group-btn"> ...
macinnir/node-poc-boilerplate
app/public_html/app/views/main.html
HTML
mit
858
<section class="bg-primary" id="about"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <h2 class="section-heading">Will put more info here</h2> <hr class="light"> <p class="text-faded">here is where tha...
naaman10/andrew-thomas
_includes/call-to-action.html
HTML
mit
1,887
{% extends "base.html" %} {% block css %} {{super()}} {% endblock %} {% block content %} <header> <div class="p-align-center"> <img src='https://secure.gravatar.com/avatar/31282e8e0968df74a328f409e2b70cde?s=200' alt="Quem sou eu"> </div> </header> <p>Sou um desenvolvedo...
IuryAlves/iuryalves.github.io
templates/about.html
HTML
mit
946
<!doctype html> <html> <head> <meta charset=utf-8 /> <title>Open JQuery Components Library - suches</title> <style> body{ margin: 20px 40px; } dt { font-weight: bold; margin: 10px auto; } dd { line-height: 24px; } ...
openjavascript/NewJC
modules/Bizs.CustomColumn/0.1/_demo/demo.html
HTML
mit
8,515
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Home | Tender Years</title> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="assets/theme/css/main....
OurPromises/tender-years
dist/index.html
HTML
mit
9,749
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
v8-dox/v8-dox.github.io
31854c7/html/functions_r.html
HTML
mit
7,134
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqrel: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/coqrel/0.1.0.html
HTML
mit
6,514
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Crater PHP Framework - User Guide - Console</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Crater PHP Framework console feature information."/> <meta name="viewport"...
crater-framework/crater-framework.github.io
console.html
HTML
mit
5,219
<html> <head> <title>Test that video webkitEnterFullScreen() works without any user gesture if the requirement is removed.</title> <script src=media-controls.js></script> <script src=media-file.js></script> <script src=video-test.js></script> <script> if (window.i...
lordmos/blink
LayoutTests/media/video-enter-fullscreen-without-user-gesture.html
HTML
mit
1,306
<div class="commune_descr limited"> <p> Agon-Coutainville est une commune localisée dans le département de Manche en Basse-Normandie. Elle totalisait 2&nbsp;804 habitants en 2008.</p> <p> La localité est équipée en ce qui concerne la formation de un collège. S'agissant les plus petits d'entre nous, la localité...
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/50003.html
HTML
mit
2,352
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Sci blog jekyll theme"> <meta name="author" content="AIR RAYA Group"> <link href='...
xiazemin/MyBlog
linux/2020/06/18/shell.html
HTML
mit
15,970
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <title>Login | Annotation Tool</title> <link rel="stylesheet" href="../css_login/style.css"> </head> <body> <div class="wrapper"> <div class="container"> <h1>Annotation Tool</h1> <form class="form" action="login.php" method="post"...
dingnigefei/vatic
public/login/login.html
HTML
mit
696
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Life - Alvaro&#x27;s Blog</title> <meta name="description" content="" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, init...
amuhle/amuhle.github.io
tag/Life/index.html
HTML
mit
5,070
{# templates/admin_tools/data_cleanup.html #} {% extends "template_base.html" %} {% block title %}Data Cleanup Routines{% endblock %} {% block content %} {% load template_filters %} <p><a href="{% url 'admin_tools:admin_home' %}?google_civic_election_id={{ google_civic_election_id }}">< Back to Admin Home</a></p> ...
jainanisha90/WeVoteServer
templates/admin_tools/data_cleanup.html
HTML
mit
1,671
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_comp...
user-tony/photon-rails
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/prettify/css/css_compiled/js/bootstrap/js/plugins/bootstrapSwitch.js.html
HTML
mit
15,794
<div class="modal-header"> <h3 ng-if="newMode" class="modal-title">New User Group</h3> <h3 ng-if="!newMode && editMode" class="modal-title">Edit User Group #{{saved.id}} - {{saved.group}}</h3> <h3 ng-if="!newMode && !editMode" class="modal-title">User Group #{{saved.id}} - {{saved.group}}</h3> </div> <div ...
rachellcarbone/angular-seed
www/app/modals/admin/editGroup/editGroup.html
HTML
mit
4,680
<h1 class="page-header"> Manage Post <small>input data</small> </h1> <form method="post" class="form-horizontal"> <check if="{{ isset(@message) }}"> <div class="alert alert-danger">{{ @message | decode }}</div> </check> <div class="form-group"> <label for="title" class="col-md-3">Title</label> <div class="co...
eghojansu/web
app/view/admin/post_input.html
HTML
mit
1,316
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>NVAPI Reference Documentation</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <table width="99%" border="0" cellspacing="1" cellpadding="1"> ...
helifax/OGL-3DVision-Wrapper
src/libs/NVAPI_337_old/docs/NVAPI_Reference_Developer_html/structNV__DISPLAY__DRIVER__MEMORY__INFO__V2.html
HTML
mit
9,435
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:param-pi/dev/2015-02-03_17-41-16.html
HTML
mit
5,631
<head> {% assign lvl = page.url | append:'X' | split:'/' | size %} {% capture relative %}{% for i in (3..lvl) %}../{% endfor %}{% endcapture %} <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta...
PokemonGoLpgc/blog
_includes/head.html
HTML
mit
1,943