path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
app/templates/posts.html | Adynatos/egida | {% extends "base.html" %}
{% block content %}
<h1>Posts:</h1>
<br><br>
{% for post in posts %}
<p>
<h5><a href={{ url_for('view_post',post_id=post.id) }}>{{post.title}}</a></h5>
</p>
<p>Published: {{post.pub_date}}</p>
<br>
{% endfor %}
{% endblock content %}
|
hungry/templates/dashboard/index_nonstaff.html | talhaobject90/HUNGRY-OBJECT90 | {% extends 'dashboard/layout.html' %}
{% load currency_filters %}
{% load i18n %}
{% block body_class %}{{ block.super }} orders home{% endblock %}
{% block extrahead %}
{{ block.super }}
<meta http-equiv="refresh" content="300">
{% endblock %}
{% block breadcrumbs %}
{% endblock %}
{% block headertext %}
{... |
html/css/styles.css | attila/savvior-examples | body {
font-family: sans-serif;
}
#grid {
width: 90%;
margin: auto;
border: 5px solid lightgrey;
}
#grid:after {
content: "";
display: table;
clear: both;
}
#grid[data-columns]::before {
clear: both;
display: block;
padding: 10px;
font: 1em normal Menlo, Consolas, monospace;
}
#grid[data-columns="... |
docs/api/Songhay.Models/OpmlHead/10D2400B.html | BryanWilhite/SonghayCore | <!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... |
tests/web/themes/feather/_tpl/widgets/search/index.html | hikmahtiar6/drafterbit | {% extends 'layout/default.html' %}
{% block content %}
<section class="search-result">
{% if results %}
<p>Result found for query: {{ q }}</p>
<ol>
{% for result in results %}
<li class="item">
<h3><a href="{{result.url}}">{{ result.title }}</a></h3>
{% autoescape false %}
<div>{{ re... |
app/templates/_macros.html | bitslabsyr/stack | {% macro terms_field(field) %}
{% endmacro %}
{% macro form_field(field) %}
{% set inner_text = kwargs.pop('inner_text', '') %}
{% set group_class = kwargs.pop('group_class', '') %}
{% set label_class = kwargs.pop('label_class', '') %}
{% set input_class = kwargs.pop('input_class', '') %}
{% if f... |
demo/css/style.css | juanbrujo/createElement | body {
font-family: 'Dosis', sans-serif;
color: #2C3E50;
}
.dark {
background: #20202c;
background: linear-gradient(135deg, rgba(244,226,156,0) 0%,rgba(59,41,58,1) 100%),
linear-gradient(to right, rgba(244,226,156,1) 0%,rgba(130,96,87,1) 100%);
color: white;
}
.dark a {
color: #ECF0F1;
}
.code {
background-colo... |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/js/js/js/plugins/jquery.mockjax.js.html | user-tony/photon-rails | <!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... |
layouts/header.html | dtolb/v2-messaging | <link href="../styles/styles.min.css" type="text/css">
<div class="head">
<!-- <div id="banner">
<div class="bannerContainer">
<p>Due to a change in Github Pages, the API reference requires you to accept an invalid certificate. We are actively working on a fix.</p>
<p id="bannerClose">X</p... |
playerframework/Web.Html5/src/css/chapter-cues.css | bondarenkod/pf-arm-deploy-error | /* Chapter Cues Control */
/*****************************************************************/
/* Skip Back Chapter Control */
/*****************************************************************/
.pf-skip-back-chapter-control
{
display: none;
position: absolute;
left: 34px;
top: 0;
width: 30px;
height: 36px;
}
... |
docs/inherits.html | bloomen/transwarp | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... |
all-data/6000-6999/6108-22.html | BuzzAcademy/idioms-moe-unformatted-data | <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>... |
_includes/structure/mobile-nav.html | kentcc/staffcareservices | <ul class="items">
<li>
<a href="#" id="dropdown-btn-1" class="nav-item-first selected">
Services
</a>
<div id="dropdown-1" class="dropdown-menu dropdown-active">
<div class="inner">
<div class="navigation">
<ul class="first">
<li>
<a h... |
templates/index.html | makutak/cl-rails-tutorial | {% extends "layouts/default.html" %}
{% block title %}Welcome to Caveman2{% endblock %}
{% block content %}
<div id="main">
Welcome to <a href="http://8arrow.org/caveman/">Caveman2</a>!
<ul>
{% for user in users %}
<li>
{{ user.name }}
{{ user.birth-date | date }}
{{ user.email }}
... |
components/ui/css/indicator.css | bioid/elation | .ui_indicator {
display: inline-block;
width: .5em;
height: .5em;
vertical-align: middle;
background: #1e1;
border: 1px solid black;
border-radius: .5em;
float: right;
margin-top: .3em;
box-shadow: 0 0 .5em rgba(0,0,0,.8);
cursor: pointer;
}
.ui_indicator.state_desync {
background: red;
}
|
ExpressJS/03.Exercises-NodeJS-Web-Server-Development-Tools/dist/home.html | Martotko/JS-Web | <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Document</title><link rel="stylesheet" type="text/css" href="/public/css/main.css"></head><body><header><div class="inner"><nav><a href="/" class="logo"><img class="logo" src="/public/images/nodeLogo.png" alt="nodeLogo"></a><input type="checkbox" id="nav... |
FrontEnd/doc/index-files/index-2.html | ingineriaProgramarii/ip-browser | <!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.7.0_55) on Mon May 19 21:48:46 EEST 2014 -->
<title>B-Index</title>
<meta name="date" content="2014-05-19">
<link rel="stylesheet" type="te... |
ref.html | sol2man2/sol2man2.github.io | http://www.dossier-andreas.net/software_architecture/
|
html/234567164249.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... |
posts/supercharging-your-react-native-development-workflow/index.html | vatsalj/vatsalj.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Vatsal Juneja">
<meta name="description" content="https://www.angrynerd.in/">
<meta name="keywords" content="blog,developer,personal,... |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/js/css/css_compiled/js/plugins/elrte.min.js.html | user-tony/photon-rails | <!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... |
bible-topics/book-of-romans/11/index.html | nghin/aucocenter.org | <!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Romans Chapter 11</title>
<link rel="stylesheet" type="text/css" href="http://vacsf.org/assets/css/styles_feeling_responsive.css" />
<script src="http://va... |
themes/penguin-theme-dark/assets/css/fonts.css | miladoll/tech-blog | @font-face {
font-family: 'SwedenSans';
src: url('../fonts/swedensans-webfont.eot');
src: url('../fonts/swedensans-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/swedensans-webfont.woff2') format('woff2'),
url('../fonts/swedensans-webfont.woff') format('woff'),
ur... |
storefront/src/app/profile/profile.html | CodeMax/Scalable-Shopsystem | <div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-user-plus"></i> Profil</h3>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<!--*ngFor='_user of... |
p5.collide2D-gh-pages/examples/basicButton/index.html | dearnaomichan/powertostoprain | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Button Callback Example</title>
<style>
body{ font-family: sans-serif;
width:1000px;
margin: 0 auto;
}
canvas {vertical-align: top; border:1px dotted black;}
</style>
<link rel="stylesheet" hr... |
tests/project/templates/base_callbacks.html | mapeveri/django-endless-pagination-vue | <!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<title>{% block title %}Testing project{% endblock %} - Django Endless Pagination Vue</title>
<link href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.1/css/bootstrap.min.css" rel="stylesheet... |
content7/consumer-experience-javascript-chat-getestimatedwaittime.html | LivePersonInc/dev-hub | <!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>getEstimatedWaitTime | LivePerson Technical Documentation</title>
<l... |
v5/user-agent-detail/01/f4/01f4a5cb-0a4b-4ffe-93fb-2cec53301768.html | ThaDafinser/UserAgentParserComparison |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - SonyLT26i Build/6.2.B.0.200 stagefright/1.2 (Linux;Android 4.1.2)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<l... |
web/app/views/sender.html | jprobinson/newshound | <a href="#/report"><span class="glyphicon glyphicon-arrow-left"> </span>Back to Report</a>
<div style="margin:auto; max-width:950px; width:90%;">
<h1>{{ senderName }}</h1>
<div class="chart-container" ng-show="showCharts">
<div heading="Top 15 Phrases">
<highchart config="senderPhrasesC... |
app/mgt_analysis/business_merchant_list.html | ghrhome/amp | <link href="../static/css/mgt_analysis/business_merchant_list.css" rel="stylesheet">
<div class="amp-main-panel" id="business-merchant-list">
<div class="amp-content-header clearfix">
<div class="pull-left">
<ul class="amp-breadcrumb">
<li><a href="#/contract_main">收入分析</a></li... |
_drafts/2012-07-04-cyber-insurance-and-assessment.html | jijames/cybercrimetech | ---
layout: post
title: Cyber Insurance and Assessment
date: '2012-07-04T03:16:00.000+09:00'
author: Joshua James
tags:
- Discussion
modified_time: '2012-07-09T04:13:45.809+09:00'
blogger_id: tag:blogger.com,1999:blog-2701259639305045003.post-4591471488552488679
---
http://www.insurance-business-review.com/news/eu-sec... |
_includes/contact-strip.html | ChewyJetpack/Precision | <div class="contact-strip">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="underline">Get in touch for a free estimate</h1>
<a href="{{ "/contact" | relative_url }}" class="btn">Enquire now</a>
</div>
</div>
</div>
</div> |
public/Windows 10 x64 (19041.329)/_RTL_GENERIC_COMPARE_RESULTS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.329)</h4><br>
<h2>_RTL_GENERIC_COMPARE_RESULTS</h2>
<font face="arial"> GenericLessThan = 0n0<br>
GenericGreaterThan = 0n1<br>
GenericEqual = 0n2<br>
</font></body></html> |
docs/_build/html/genindex.html | Chicago/open-data-etl-utility-kit |
<!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/html; charset=utf-8" />
<title>Index — open-data-etl-tool-kit 1.0r1 documen... |
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.2/squiggle-eq/1.0.2.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>squiggle-eq: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
apps/ng-bootstrap-closure-compiler/app/components/progressbar/demos/basic/plnkr.html | mlaval/pwmetrics-ci | <!DOCTYPE html>
<html lang="en">
<body>
<form id="mainForm" method="post" action="http://plnkr.co/edit/?p=preview">
<input type="hidden" name="description" value="Example usage of the progressbar widget from https://ng-bootstrap.github.io">
<input type="hidden" name="tags[0]" value="Angular">
<input type=... |
data science/machine_learning_for_the_web/chapter_4/movie/10676.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Titanic (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120338">Titanic (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Duncan+Stevens">Duncan ... |
options.html | marcelocra/chrome-extension-cljs-example | <!DOCTYPE html>
<html>
<head><title>Options</title></head>
<body>
<p>Extension options:</p>
<div>
<label>
<input type="checkbox" id="history">
Save history of searches
</label>
<p><button id="save">Save</button></p>
</div>
<!-- <div id="mappings">
<label for="key">
Type your... |
public/sample/page2.html | ortolanph/concursotrf3 | <h3>Conteúdo do arquivo</h3>
<p>Cole aqui o conteúdo para o arquivo page2.html</p>
|
html/search/variables_6f.html | mengskysama/OSU-Win8-Table-Fixed | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... |
apps/ng1/clients/clients.html | openJT/auth-rest | <div layout="column">
<div layout="row" layout-align="end">
<md-button class="md-fab md-warn" ng-click="ctrl.reset()">
<md-icon md-svg-icon="/auth-rest/assets/material-icons/ic_refresh_48px.svg" aria-label="Add client">
<md-tooltip md-direction="left">Reset data</md-tooltip>
... |
test/testRunner.html | CosmicDynamo/jazzHands | <!DOCTYPE HTML>
<html>
<head>
<title>Unit Test Runner</title>
<meta http-equiv="REFRESH" content="0;url=../../qasht/runner.html?test=jazzHands/test/unit/module">
</HEAD>
<BODY>Redirecting to test runner.</BODY>
</HTML>
|
app/views/user/mod.scala.html | danilovsergey/i-bur | @(u: User, spy: lila.security.UserSpy, optionAggregateAssessment: Option[lila.evaluation.PlayerAggregateAssessment], bans: Map[String, Int])(implicit ctx: Context)
@import lila.evaluation.Display
<div class="actions clearfix">
@if(isGranted(_.UserEvaluate)) {
<form method="post" action="@routes.Mod.refreshUserAss... |
www/templates/depositdetail.html | secretmoo35/TG-Saving | <ion-view view-title="เงินฝากออมทรัพย์">
<ion-content>
<div class="เงินฝากออมทรัพย์">
<div class="item item-text-wrap">
ประเภท : เงินฝากออมทรัพย์
<p>เลขบัญชี : 153-4-26170-0 จำนวน : 500,000.00</p>
</div>
<div class="row">
<d... |
src/components/hero-cover.html | JeffLeFoll/jeff.lefoll.info | <link rel="import" href="../../bower_components/polymer/polymer-element.html">
<link rel="import" href="../../bower_components/granite-bootstrap/granite-bootstrap.html">
<link rel="import" href="../../bower_components/slate-idb-store/slate-idb-store.html">
<dom-module id="hero-cover">
<template>
<style include... |
test/css/b.css | dnxbf321/gulp-htmloptimize | html {
padding: 30px;
} |
style.css | vpenkoff/nodeserver | body {
background-color: #d0e4fe;
}
|
ThtLittlePrince/ThtLittlePrince/chapter2/chapter2.html | 22377832/ccyswift | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>小王子第二章</title>
<style>
p {text-indent:2em;}
</style>
</head>
<body>
<div class="articleContent"><p>
我就这样孤独地生活着,没有一个能真正谈得来的人,一直到六年前在撒哈 拉沙漠上发生了那次故障。我的发动机里有个东西损坏了。当时由于我既没有带 机械师也没有带旅客,我就试图独自完成这个困难的维修工作。这对我来说是个 生与死的问题。我随身带的水只够饮用一星期。</p>
<p>
第一天晚... |
Okatea/Modules/OLD-lbl_pirobox/install/assets/5/style.css | forxer/okatea | /*::::: PIROBOX RULES::::::::*/
.piro_overlay {
position: fixed;
_position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
display: none;
z-index: 99997;
}
.loading span {
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
width: 30px;
height: 30px;... |
build/logs/coverage/Buildable.php.html | davidfuhr/phpbrew | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/marcio/P/phpbrew/src/PhpBrew/Buildable.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="styleshe... |
1. Scope Inheritance/answer1/index-answer.html | marekozw/Angular-Interview | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Angular Gists</title>
</head>
<body>
<div ng-app="app" ng-controller="ParentCtrl as parent">
<p>Parent Value: {{ parent.variable }}</p>
<div ng-controller="ChildCtrl as child">
<p>Child Value: {{ parent.variable }}</p>
<input... |
client/yui-3.17.2/docs/datatype/datatype-numberparse.html | billwiliams/Yui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example: Y.Number.parse()</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic">
<link rel="stylesheet" href="../../build/cssgrids/cssgrids-min.css">
<link rel="stylesheet... |
views/index.html | paulgain/javex-consulting | {% extends "./layout.html" %}
{% block title %}
Javex Consulting Ltd
{% endblock %}
{% block body %}
<h1>{{ greating }}</h1>
<ul>
<li><a href="/contactus">Contact us</a></li>
<li><a href="/about">About</a></li>
</ul>
{% endblock %}
|
app/skills.component.css | JackSSS/plo | @media (min-width: 320px) {
.error {
margin-right: 190px;
}
.skills {
font-size: 18px;
}
.inner {
padding: 10px;
}
}
@media (min-width: 360px) {
.error {
margin-right: 211px;
}
}
@media (min-width: 768px) {
.error {
margin-right: 50px;
}
}
|
docs/content/forms.html | BookingSync/bootstrap-bookingsync-sass | ---
section_name: "Forms"
---
<div class="reference-body">
<%= items['/forms/forms.*'].compiled_content %>
</div>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/1aab928d09bd7c42b740068ede636dc77c4b4a167df44d20c7c0eb4a86271d97.html | simonmysun/praxis | <!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="./380bb1537bd285081e6380ad86d14229feb739ac61eb58159f5885317e8443f2.html">Teleport</a>
<hr>
... |
index.html | duguyue100/life-in-weeks | <html>
<head>
<meta charset="utf-8">
<title>Week Calendar of Life</title>
<link rel="stylesheet" href="app.css">
</head>
<body>
<label>
Born: <input type="date" id="bday">
</label>
<div id="calendar"></div>
<!-- script src="https://fb.me/react-0.13.3.js"></script -->
<scri... |
public/stylesheets/mobile.css | weijen/expense |
html, body, #wrapper {
margin: 0;
padding: 0;
height: 100%;
}
body {
background: rgb(251,243,225);
font-family: HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.5;
-webkit-text-size-adjust: none;
min-height: 416px;
}
body > #wrapper {height: auto; min-height: 10... |
v4/user-agent-detail/61/5b/615bfbc4-b901-4393-ac67-beeb846ba5eb.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.4; NABI2-NV7A-IE Build/IMM76L) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
... |
material/index.html | huangkc/huangkc.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Kai's Portfolio</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?fa... |
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:domain-theory/dev/2014-11-17_16-11-16.html | coq-bench/coq-bench.github.io-old | <!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... |
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5.dev/contrib:finger-tree/dev/index.html | coq-bench/coq-bench.github.io-old | <!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... |
_site/index.html | learningconstraints/learningconstraints.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Learning constraints!</title>
<meta name="author" content="Diverse Team">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE ... |
_site/page3/index.html | glic3rinu/glic3rinu.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-wid... |
163930-30-1.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=163930-30-1.txt alt=163930-30-1.txt></img><body>
"x"
"1" "JUDSON, PN, COOKE, PA, DOERRER, NG, GREENE, N, HANZLIK, RP, HARDY, C, HARTMANN, A, HINCHLIFFE, D, HOLDER, J, MUELLER, L, STEGER-HARTMANN, T, ROTHFUSS, A, SMITH, M, THOMAS, K, VESSEY, JD AND ZEIGER E. __ TOWARDS THE CREATION OF AN INTERNA... |
ocr_extracted/W29025_text/page73.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29025_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... |
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.2/fcsl-pcm/1.1.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fcsl-pcm: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.2/bignums/8.11.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bignums: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
2017/05/14/k-mean-algorithm/index.html | tinytsunami/blog | <!DOCTYPE html>
<html class="theme-next gemini use-motion" lang="zh-TW">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="th... |
documentacion/function-contactos_campo_segun_email.html | magiaphp/magophp | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Function contactos_campo_segun_email | magophp</title>
<link rel="stylesheet" href="resources/style.css?c2f33731c1948fbed7c333554678bfa68d4817da">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</sp... |
app/ng-book1/chapter1/demo003.html | nail2008/cookbook-angularjs | <!doctype html>
<html ng-app>
<head>
<script src="../../bower_components/angular/angular.js"></script>
</head>
<body>
<p>1 + 2 = {{ 1 + 2 }}</p>
</body>
</html> |
297cadb/html/classv8_1_1_std_persistent_value_map.html | v8-dox/v8-dox.github.io | <!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... |
src/ConfigServer.Gui/ClientApp/src/components/clientadmin/client/edit-client-input.component.html | PjMitchell/ConfigServer | <div class="row">
<div class="col-sm-6 col-md-4">
<mat-form-field class="full-width">
<input matInput id="client-name-input" placeholder="Name" [(ngModel)]="csClient.name">
</mat-form-field>
</div>
<div class="col-sm-6 col-md-4">
<mat-form-field class="full-width">
... |
docs/files/dist_iosbadge.js.html | kristerkari/iOSBadge | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dist/iosbadge.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../asset... |
src/send.html | glondono/twilio-sms | <!DOCTYPE html>
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<div class="sidebar branding-below">
<div class="block">
<span id="send-banner" style='color:red'></span>
</div>
<div cl... |
posts/ucontent-by-nicholas-tomaiuolo/index.html | StackSquirrel/StackSquirrel.github.io | <!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">
<link rel="stylesheet" href="/sass/main.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font... |
public/views/partials/register.html | jryu01/angular-express-token-authentication | <br>
<br>
<div class="well center-block" style="width: 500px">
<h2>Please Sign Up</h2>
<form name="signupForm" novalidate ng-submit="signup();">
<label>Email: </label>
<input name="email"
class="form-control"
type="email"
ng-model="signupData.email"
placeholder... |
applications/bedrock-site/src/main/webapp/dist/1.6.2/docs/base/help-doc.html | brettonw/Bedrock | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14) on Mon Jun 15 19:34:15 EDT 2020 -->
<title>API Help (Base 1.6.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-06-15">
<meta name="description" content="help">
... |
templates/user404.html | AustinDizzy/davine | <div class="text-center">
<h2>404 - User not found</h2>
<span class="lead col-md-8 col-md-offset-2">
The user '{{user}}' was not found in our database.
If this user is a Vine user that you would like indexed,
<a href="/">Go Home</a> to submit their profile to be crawled.
</span>
</d... |
index.html | nodatall/rambunctious-economy-clicker | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Click-A-Brick</title>
<link rel="stylesheet" href="dist/css/main.css">
<script src="dist/index.js"></script>
<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans');
</style>
</head>
<body>
<div... |
public/zh_TW/index.html | benjamingr/website | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title i18n-title>io.js - JavaScript I/O</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="io.js is an npm compatible platform origi... |
library/include/html/classPayOffKICall.html | calvin456/intro_derivative_pricing | <!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... |
applications/bedrock-site/src/main/webapp/dist/1.6.7/docs/bag/com/brettonw/bedrock/bag/formats/package-summary.html | brettonw/Bedrock | <!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14) on Fri Dec 10 15:40:24 EST 2021 -->
<title>com.brettonw.bedrock.bag.formats (Bag 1.6.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-12-10">
<meta name="descri... |
client/editor.css | jinding/InstaKit | /* CSS declarations go here */
body, html {
margin: 0;
padding: 0;
color: #4a4744;
background: #ffffff;
font-family: arial,helvetica,sans-serif;
font-size: 13px;
}
h1 { font-size: 22px; margin-top: 0px; margin-bottom: 4px;}
h2 { font-size: 18px; }
input[type=button], button {
-moz-border-radius:3px;
-webk... |
demos/wolverine/index.html | erikbrinkman/postly | <!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Poster</title>
<meta name="description" content="A poster" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href=".... |
content/ubuntu.html | fmariluis/unixtorrents | ---
title: Ubuntu
---
<h1>Ubuntu</h1>
<p>Source: <a href="https://www.ubuntu.com/download/alternative-downloads">link</p>
<table class="pure-table pure-table-bordered">
<thead>
<tr>
<th>Version</th>
<th>Class</th>
<th>Arch</th>
<th>Link</th>
</tr>
</thead>
<tbody>
... |
_layouts/default.html | utkjad/utkjad.github.io | <!DOCTYPE html>
<html>
<!-- {% include head.html %} -->
<body>
<!-- {% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
-->
Hey there! I have decided to move to Jekyll for my website! I know it s... |
builder/cmake/linux/doc/cmake/html/prop_sf/ABSTRACT.html | pipou/rae | <!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/html; charset=utf-8" />
<title>ABSTRACT — CMake 3.8.2 Documentation</title>
... |
codelabs/references/cppreference/cppvector/empty.html | anant-agarwal/codelabs | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
<title>empty</title>
<link href="../cppreference.css" rel="stylesheet" type="text/css">
<link href="../prettify.css" type="text/css... |
prototype-client/src/main/webapp/resources/css/custom.css | juanca87/prototype-model | /*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
======... |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.2/menhirlib/20200619.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>menhirlib: 38 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.2/karatsuba/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>karatsuba: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
ja/accounts/connecting-to-services/connecting-your-github-gitlab-bitbucket-account-to-bitrise.html | bitrise-io/devcenter | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content... |
page/4/index.html | Dexter0218/Dexter0218.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>签到钱就到的博客</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="签到钱就到的博客">
<meta property="og:url" content="http://Dexter0218.g... |
www/assets/css/_esim_font_style.css | Laylan/E-sim | @font-face {
font-family: "esim_font";
src: url("../fonts/esim_font.eot?v=2.0.4");
src: url("../fonts/esim_font.eot?v=2.0.4#iefix") format("embedded-opentype"),
url("../fonts/esim_font.ttf?v=2.0.4") format("truetype"),
url("../fonts/esim_font.woff?v=2.0.4") format("woff"),
url("../fonts/es... |
docs/__PAGES__/timelinefx-tlGameObject-CollisionBox.html | peterigz/timelinefx.monkey2 | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../../../../docs/style.css">
<script>
function openDocsPage( page ){
if( page.indexOf( '#' )!=-1 ){
var url='../../../'+page.replace( ':','/docs/__MANPAGES__/' ).replace( /\#/g,'.md.html#' );
}else{
var ... |
Exercises/AlgAnalTest/MisunderstandingsTF2.html | hosamshahin/OpenDSA | <!DOCTYPE html>
<html data-require="math">
<head>
<title>Algorithm Analysis Exercise: Big Theta</title>
<script src="../../lib/jquery.min.js"></script>
<script src="../../lib/jquery-ui.min.js"></script>
<script src="../../ODSAkhan-exercises/khan-exercise.js"></script>
</head>
<body>
<div class="exercis... |
node_modules/npm/html/doc/api/npm-root.html | ericntd/sccprototype | <!doctype html>
<html>
<title>npm-root</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/api/npm-root.html">
<script async=true src="../../static/toc.js"></script>
<bod... |
Figure3/Tox21_nnm/WorkHere/74639-40-0.smi.png.html | andrewdefries/ToxCast | <!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>74639-40-0.smi.png.html</title>
</head>... |
demo/index.html | Tim152/react-popups | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo</title>
<script src="bundle.js"></script>
</head>
<body>
<div id="react-app"></div>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.